Skip to content

Commit 8d1c00f

Browse files
committed
chore(ci): update workflow 'Release' to use Node 18
1 parent 46f74b0 commit 8d1c00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yml renamed to .github/workflows/release.yml

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

19-
- name: Setup Node.js 16.x
19+
- name: Setup Node.js 18.x
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 16.x
22+
node-version: 18.x
2323

2424
- name: Install Dependencies
2525
run: npm i

0 commit comments

Comments
 (0)