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 4657f68 commit cfac7d0Copy full SHA for cfac7d0
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
with:
17
cache: "npm"
18
- node-version: "16"
+ node-version: "22"
19
20
- name: Install dependencies
21
run: npm ci
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
registry-url: "https://registry.npmjs.org"
.github/workflows/regen.yml
@@ -14,7 +14,7 @@ jobs:
0 commit comments