Skip to content

Commit

Permalink
update CI to let setup-node choose version (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 2, 2024
1 parent b8891d4 commit 4048da0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 'lts/*'
cache: npm
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit 4048da0

Please sign in to comment.