Skip to content

Commit

Permalink
ci: downgrade Node.js version to 18 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Feb 23, 2024
1 parent fcd9069 commit 99c1b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit 99c1b45

Please sign in to comment.