Skip to content

Commit

Permalink
chore: use Node.js v18.14.2 and npm 9.5.0
Browse files Browse the repository at this point in the history
Enable CorePack in create-release-pr.yml

npm 9.3.1 break lerna
lerna/lerna#3455
npm/cli#5967
  • Loading branch information
azu committed Feb 26, 2023
1 parent f97b6dc commit 9b5a786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-pr.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Enable CorePack
run: corepack enable
- name: Update Version
run: |
git config --global user.email "${GIT_AUTHOR_EMAIL}"
Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.13.0
v18.14.2

0 comments on commit 9b5a786

Please sign in to comment.