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 5722f3a commit 1874fa6Copy full SHA for 1874fa6
2 files changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Use Node.js
46
uses: actions/setup-node@v6
47
with:
48
- node-version: '24.14.1'
+ node-version: '24'
49
50
- name: Install Corepack
51
run: npm install -g corepack
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
.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