Skip to content

Commit 92186a9

Browse files
committed
chore: run release job with Node v20
1 parent 949446b commit 92186a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: 'lts/*'
42+
node-version: 20
4343
- name: Install dependencies & Build
4444
run: |
4545
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)