Skip to content

Commit

Permalink
chore: fallback v20
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jul 21, 2024
1 parent 4a0511b commit f1147dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install Berry
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 22
node-version: 20
- name: Install Dependices
run: yarn install

Expand Down

0 comments on commit f1147dd

Please sign in to comment.