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 d5c3a0c commit f5123d5Copy full SHA for f5123d5
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
name: Run unit and integration tests
32
strategy:
33
matrix:
34
- version: [18, 20]
+ version: [20, 22]
35
steps:
36
- uses: actions/checkout@v4
37
- name: Using Node.js ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
52
53
- uses: actions/setup-node@v4
54
with:
55
- node-version: 20
+ node-version: 22
56
registry-url: "https://registry.npmjs.org"
57
58
- name: Install dependencies
0 commit comments