Skip to content

Commit bf47fda

Browse files
committed
chore: fix build
1 parent ea3af3c commit bf47fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17-
- uses: actions/setup-node@v1
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "18.x"
19+
node-version: "20.x"
2020

2121
- name: Install
2222
run: npm install

0 commit comments

Comments
 (0)