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 76d9146 commit 80fcec8Copy full SHA for 80fcec8
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [18.x, 20.x, 21.x]
+ node-version: [18.x, 20.x, 22.x, 23.x]
13
steps:
14
- uses: actions/checkout@v2
15
- name: Use Node.js ${{ matrix.node-version }}
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
- node-version: [ 20.x ]
+ node-version: [ 22.x ]
46
47
48
0 commit comments