Skip to content

Commit

Permalink
update test node versions
Browse files Browse the repository at this point in the history
test with: 16.x, 18.x, 19.x
  • Loading branch information
connectdotz committed Jan 15, 2023
1 parent 1ca2d51 commit fd70c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

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

- name: Validate cache
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: install
run: yarn --immutable
Expand All @@ -53,7 +53,7 @@ jobs:
name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [14.x, 16.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 Expand Up @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x
cache: yarn
- name: install
run: yarn --immutable
Expand Down

0 comments on commit fd70c60

Please sign in to comment.