Skip to content

Commit

Permalink
Use Node.js 18 when publishing to NPM
Browse files Browse the repository at this point in the history
Node.js version here shouldn't matter since the compatible versions are
specified in package.json and tested on other jobs.

Doesn't hurt to use the latest supported version.
  • Loading branch information
victorlin committed Mar 20, 2023
1 parent dec737a commit c4e7acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: node --version
- run: npm ci
Expand Down

0 comments on commit c4e7acd

Please sign in to comment.