We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80d54c commit a17024eCopy full SHA for a17024e
.github/workflows/CI.yml
@@ -4,8 +4,8 @@ jobs:
4
Build:
5
strategy:
6
matrix:
7
- os: [ubuntu-latest ]
8
- node-version: [16]
+ os: [ ubuntu-latest ]
+ node-version: [ 20 ]
9
10
runs-on: ${{ matrix.os }}
11
0 commit comments