Skip to content

Commit f46fe6a

Browse files
committed
Drop Node.js v14 and add Node.js v20 in GitHub actions
1 parent e31bcc8 commit f46fe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
node-version: [14, 16, 18]
31+
node-version: [16, 18, 20]
3232
steps:
3333
- uses: actions/checkout@v3
3434
- name: Use Node.js v${{ matrix.node-version }}

0 commit comments

Comments
 (0)