Skip to content

Commit a17024e

Browse files
committed
ci: use node 20
1 parent a80d54c commit a17024e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
Build:
55
strategy:
66
matrix:
7-
os: [ubuntu-latest ]
8-
node-version: [16]
7+
os: [ ubuntu-latest ]
8+
node-version: [ 20 ]
99

1010
runs-on: ${{ matrix.os }}
1111

0 commit comments

Comments
 (0)