Skip to content

Commit

Permalink
ci: update node to 20.x (#51)
Browse files Browse the repository at this point in the history
### Changelog
None

### Description
#48 didn't actually work because `--provenance` is not a thing in v16.
  • Loading branch information
jtbandes committed Apr 24, 2024
1 parent dda2356 commit 4cd0390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x
registry-url: https://registry.npmjs.org

- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 4cd0390

Please sign in to comment.