Skip to content

Commit

Permalink
Update node-ci.yml (#1088)
Browse files Browse the repository at this point in the history
change supported node version to [18.x, 20.x]
  • Loading branch information
connectdotz committed Nov 2, 2023
1 parent 41af576 commit 66c5d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit 66c5d56

Please sign in to comment.