Skip to content

Commit 9ba9742

Browse files
fix: bump workflow node version.
1 parent fe0c52e commit 9ba9742

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
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
- name: Install dependencies
2020
run: npm ci --legacy-peer-deps
2121
- name: Build library

0 commit comments

Comments
 (0)