Skip to content

Commit

Permalink
ci(dotfiles): 🐛 Add "^16.20.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Feb 19, 2024
1 parent 8527806 commit f2a5e13
Showing 1 changed file with 1 addition and 1 deletion.
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: 20.x
node-version: "^16.20.2"
registry-url: ${{ env.MY_NPM_REGISTRY }}
- run: pnpm install --frozen-lockfile # Only if necessary
- name: Publish to NPM
Expand Down

0 comments on commit f2a5e13

Please sign in to comment.