Skip to content

Commit 8ec271a

Browse files
committed
Update Node.js version to 20 in release workflow
1 parent 6fb25cb commit 8ec271a

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
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Node.js
6767
uses: actions/setup-node@v3
6868
with:
69-
node-version: 18
69+
node-version: 20
7070

7171
- name: Install dependencies
7272
run: npm ci

0 commit comments

Comments
 (0)