Skip to content

Commit 667973e

Browse files
committed
fix(pkg): fix corepack
1 parent 412be7d commit 667973e

File tree

3 files changed

+2
-3109
lines changed

3 files changed

+2
-3109
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
registry-url: 'https://registry.npmjs.org' # to create .npmrc file with NODE_AUTH_TOKEN
26-
node-version: 18
26+
node-version: 22
2727
- name: Install Dependencies
2828
run: yarn install
2929
- name: Create Release Pull Request or Publish to npm

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- name: Set Env
1818
run: |
1919
echo "OWNER_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $1}')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)