Skip to content

Commit 2afcc18

Browse files
committed
Update Node.js in CI
1 parent 41ac737 commit 2afcc18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 12.x
26-
- 14.x
2725
- 16.x
2826
- 18.x
27+
- 20.x
2928
steps:
3029
- name: Use Node.js ${{ matrix.node-version }}
3130
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)