Skip to content

Commit 76d5678

Browse files
committed
update node version to 20
1 parent 96abb87 commit 76d5678

File tree

3 files changed

+2
-30
lines changed

3 files changed

+2
-30
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: '16'
24+
node-version: '20'
2525
- uses: actions/checkout@v3
2626
with:
2727
ref: refs/heads/master

.github/workflows/codestyle.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: '16'
23+
node-version: '20'
2424
- uses: actions/checkout@v3
2525
- name: install gcc 11
2626
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)