Skip to content

Commit

Permalink
workflow: set node version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Oct 31, 2023
1 parent 61c30bd commit 78d5f25
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 881 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
version: 8
run_install: false

- name: Set node version to 20
- name: Set node version to latest
uses: actions/setup-node@v3
with:
node-version: 20.5.1
node-version: latest
cache: 'pnpm'

- run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
version: 8
run_install: false

- name: Set node version to 20
- name: Set node version to latest
uses: actions/setup-node@v3
with:
node-version: 20.5.1
node-version: latest
cache: 'pnpm'

- name: Checkout main
Expand Down
Loading

0 comments on commit 78d5f25

Please sign in to comment.