We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82d47ad + 5103e7c commit 39ebd07Copy full SHA for 39ebd07
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [ 20.x, 22.x ]
+ node-version: [ 22.x, 24.x ]
14
15
steps:
16
- name: Checkout code
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/setup-node@v3
49
with:
50
cache: npm
51
- node-version: 20
+ node-version: 24
52
53
- name: install dependencies
54
run: npm ci
.github/workflows/test.yml
0 commit comments