Skip to content

Commit

Permalink
test node v18 (#898)
Browse files Browse the repository at this point in the history
* Use node v18 locally

* update test actions
  • Loading branch information
evantahler authored Jan 2, 2023
1 parent af1da93 commit 345f923
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3.5.1
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- name: save cache
uses: actions/cache@v3.2.2
Expand All @@ -24,10 +24,10 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3.5.1
with:
node-version: 14.x
node-version: 18.x
- name: download cache
uses: actions/cache@v3.2.2
with:
Expand All @@ -54,7 +54,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 345f923

Please sign in to comment.