Skip to content

Commit 8b390e8

Browse files
committed
ci(github): bump node version to v18 and v20
1 parent c5b400a commit 8b390e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
11-
node: ["14", "16", "18"]
11+
node: ["18", "20"]
1212
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v2
@@ -20,4 +20,4 @@ jobs:
2020
- run: npm run lint
2121
- run: npm test
2222
env:
23-
YARN_GPG: no
23+
YARN_GPG: no

0 commit comments

Comments
 (0)