Skip to content

Commit 9143674

Browse files
authored
chore: run release job with Node v20 (#2554)
1 parent 652ae33 commit 9143674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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)