Skip to content

Commit 2a4976b

Browse files
committed
Update workflow node versions
1 parent 5369530 commit 2a4976b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest, windows-latest ]
20-
node: [ '12', '14', '16' ]
20+
node: [ '20', '22', '24' ]
2121

2222
steps:
2323
- uses: actions/checkout@v2
@@ -29,5 +29,5 @@ jobs:
2929
- run: npm test
3030
env:
3131
CI: true
32-
- name: Upload coverage to Codecov
32+
- name: Upload coverage to Codecov
3333
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)