Skip to content

Commit

Permalink
fix: ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Mar 9, 2024
1 parent b3835d6 commit 4efee77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install node.js v18
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Enable corepack
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Enable corepack
run: corepack enable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Enable corepack
run: corepack enable

Expand Down

0 comments on commit 4efee77

Please sign in to comment.