We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c04617 commit 3525d95Copy full SHA for 3525d95
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- version: [18, 20]
+ version: [20, 22]
15
steps:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 18
+ node-version: 20
18
registry-url: https://registry.npmjs.org/
19
20
- run: npm install
0 commit comments