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 2ff0c3f commit b36015fCopy full SHA for b36015f
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Use Node.js
49
uses: actions/setup-node@v4
50
with:
51
- node-version: '22'
+ node-version: '24'
52
53
- name: Install Corepack
54
run: npm install -g corepack
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
125
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
registry-url: 'https://registry.npmjs.org'
37
38
0 commit comments