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 daad43d commit 6ec2c9fCopy full SHA for 6ec2c9f
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- version: [16, 18, 20]
+ version: [18, 20, 22]
24
runs-on: 'ubuntu-latest'
25
steps:
26
- name: 'Checkout'
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
@@ -64,7 +64,7 @@ jobs:
64
- name: 'Setup Node.js'
65
uses: 'actions/setup-node@v4.1.0'
66
with:
67
- node-version: 20
+ node-version: 22
68
cache: 'npm'
69
- name: 'Install dependencies'
70
run: 'npm ci'
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
0 commit comments