Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
update to actions/setup-node@v4
Add new node LTS to test matrix.
  • Loading branch information
epreston committed Oct 27, 2023
1 parent 2a5868d commit 14637e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:

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

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 14637e1

Please sign in to comment.