Skip to content

Commit 4b2a81d

Browse files
authored
fix: use current LTS version to release
1 parent fdf65cd commit 4b2a81d

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: '16'
27+
node-version: 20.x
2828
cache: 'npm'
2929
cache-dependency-path: package-lock.json
3030

0 commit comments

Comments
 (0)