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 94e8d1a commit c8f7a07Copy full SHA for c8f7a07
.github/workflows/node-ci.yaml
@@ -5,11 +5,11 @@ jobs:
5
name: Install, lint, build and test
6
strategy:
7
matrix:
8
- node-version: [18.x, 20.x]
+ node-version: [20.x, 22.x]
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
node-version: ${{matrix.node-version}}
15
- run: yarn install
0 commit comments