Skip to content

Commit

Permalink
ci(node): use v18 for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 26, 2023
1 parent f8dd60e commit 3d30821
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 @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: "18.x"
cache: "npm"
- name: Remove husky scripts installation
run: npm pkg set scripts.prepareBackup="$(npm pkg get scripts.prepare | tr -d \")" && npm pkg delete scripts.prepare
Expand Down

0 comments on commit 3d30821

Please sign in to comment.