Skip to content

Commit 66c5d56

Browse files
authored
Update node-ci.yml (#1088)
change supported node version to [18.x, 20.x]
1 parent 41af576 commit 66c5d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }}
5454
strategy:
5555
matrix:
56-
node-version: [16.x, 18.x, 19.x]
56+
node-version: [18.x, 20.x]
5757
os: [ubuntu-latest, macOS-latest, windows-latest]
5858
runs-on: ${{ matrix.os }}
5959
needs: prepare-yarn-cache

0 commit comments

Comments
 (0)