Skip to content

Commit

Permalink
Bump node for build test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 8, 2024
1 parent 4454124 commit cfcc309
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -82,13 +82,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- id: install-nodejs
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.16.0'
node-version: 20
- id: build
run: |
npm install
Expand Down

0 comments on commit cfcc309

Please sign in to comment.