Skip to content

Commit 99a7bac

Browse files
committed
Changed node-version to latest in release-workflow
1 parent 497a03c commit 99a7bac

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '18'
22+
node-version: 'lts/*'
2323

2424
- name: Install Dependencies
2525
run: npm ci

0 commit comments

Comments
 (0)