Skip to content

Commit

Permalink
Update node-ci.yml (#114)
Browse files Browse the repository at this point in the history
upgarde node version to 16 - 10
  • Loading branch information
connectdotz committed Oct 30, 2023
1 parent dbffff9 commit 62df392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.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: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 19.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit 62df392

Please sign in to comment.