Skip to content

Commit

Permalink
chore: use actions/setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 9, 2024
1 parent 40dfcfd commit 00bb797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
rm -rf upload/.git upload/README.md upload/pnpm-lock.yaml upload/src/doc upload/.github/workflows/make-template.yml
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 00bb797

Please sign in to comment.