Skip to content

Commit

Permalink
Update node-ci.yml (#115)
Browse files Browse the repository at this point in the history
upgrade node version 18 - 20
  • Loading branch information
connectdotz committed Oct 31, 2023
1 parent 62df392 commit afa54b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
cache: yarn

- name: Validate cache
Expand All @@ -35,7 +35,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, 19.x, 20.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
cache: yarn
- name: install
run: yarn --immutable
Expand Down

0 comments on commit afa54b3

Please sign in to comment.