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 ddeddb8 commit c589e22Copy full SHA for c589e22
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- run: npm install
16
- run: npm test
17
- uses: codecov/codecov-action@v4
18
- if: ${{matrix.os == 'ubuntu-latest' && matrix.node == 20}}
+ if: ${{matrix.os == 'ubuntu-latest' && matrix.node == 22}}
19
strategy:
20
matrix:
21
os:
@@ -24,3 +24,4 @@ jobs:
24
node:
25
- 18
26
- 20
27
+ - 22
.github/workflows/version.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
- node-version: 20
+ node-version: 22
registry-url: https://registry.npmjs.org
22
- uses: changesets/action@v1
0 commit comments