Skip to content

Commit a78d9c9

Browse files
committed
chore: NodeJS bump for release.yml GH action
1 parent 4755c1a commit a78d9c9

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
@@ -23,11 +23,11 @@ jobs:
2323
fetch-depth: 0
2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 8.2
26+
version: 8.4
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 16.x
30+
node-version: 18.x
3131
cache: pnpm
3232

3333
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)