Skip to content

Commit 1a16fa5

Browse files
authored
Update node.js.yml
fix node.js version for CI
1 parent 0a08450 commit 1a16fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x]
19+
node-version: [18.x, 19.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
@@ -29,4 +29,4 @@ jobs:
2929
- run: npm ci
3030
- run: npm run build --if-present
3131
- run: npm test
32-
- run: npm run test:mjs
32+
- run: npm run test:mjs

0 commit comments

Comments
 (0)