Skip to content

Commit 226d053

Browse files
authored
Merge pull request #117 from rl404/develop
cicd: use node 20
2 parents 5c1b12d + 564bedb commit 226d053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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)