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 de5a9b3 commit 18220d1Copy full SHA for 18220d1
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node-version: [18.x, 20.x]
+ node-version: [18.x, 20.x, 22.x]
19
20
steps:
21
- name: Checkout repository
.github/workflows/prerelease.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js
uses: actions/setup-node@v4
with:
- node-version: '20.x'
+ node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
.github/workflows/release.yaml
0 commit comments