Skip to content

Commit 564bedb

Browse files
committed
cicd: use node 20
1 parent 6faceee commit 564bedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 20
1616
cache: npm
1717
- name: Install dependencies
1818
run: npm install

0 commit comments

Comments
 (0)