Skip to content

Commit 1ab6eb2

Browse files
committed
build: using pnpm@9 and node@lts for GitHub actions
1 parent 8e8eddc commit 1ab6eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
name: Install pnpm
4040
id: pnpm-install
4141
with:
42-
version: 7
42+
version: 9
4343
run_install: false
4444

4545
- name: Install Node.js
4646
uses: actions/setup-node@v3
4747
with:
48-
node-version: 18
48+
node-version: lts/Iron
4949
cache: pnpm
5050
- run: pnpm install --frozen-lockfile
5151

0 commit comments

Comments
 (0)