Skip to content

Commit

Permalink
ci(dotfiles): 🐛 use Node.js version 20.x for building and Node.js ver…
Browse files Browse the repository at this point in the history
…sion 21.x for publishing
  • Loading branch information
sebastienrousseau committed Feb 19, 2024
1 parent f2a5e13 commit bc853de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "^16.20.2"
node-version: 21.x
registry-url: ${{ env.MY_NPM_REGISTRY }}
- run: pnpm install --frozen-lockfile # Only if necessary
- name: Publish to NPM
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"scripts": "./scripts"
},
"engines": {
"node": "^16.20.2"
"node": "^21.6.2"
},
"files": [
"dist/"
Expand Down

0 comments on commit bc853de

Please sign in to comment.