Skip to content

Commit 3cdc63e

Browse files
committed
chore: update action
1 parent 8cef81f commit 3cdc63e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1818
fetch-depth: 0
1919

20-
- name: Setup Node.js 12.x
20+
- name: Setup Node.js 16.x
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 12.x
23+
node-version: 16.x
2424

2525
- name: Setup PNPM
2626
uses: pnpm/[email protected]
2727
with:
28-
version: 6.23.2
28+
version: 7.1.0
2929

3030
- name: Install Dependencies
3131
run: pnpm install

0 commit comments

Comments
 (0)