Skip to content

Commit

Permalink
CI: Use Node version defined in package.json
Browse files Browse the repository at this point in the history
Makes it easier to bump versions.
  • Loading branch information
victorlin committed Apr 9, 2024
1 parent e0e4aaa commit 22cd82e
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 @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
- run: npm ci
- run: npm run build

0 comments on commit 22cd82e

Please sign in to comment.