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 6d6a714 commit f257654Copy full SHA for f257654
.github/workflows/publish.yml
@@ -35,9 +35,8 @@ jobs:
35
- name: Set up Node.js
36
uses: actions/setup-node@v6
37
with:
38
- node-version: '22'
+ node-version: '24'
39
registry-url: 'https://registry.npmjs.org'
40
- cache: 'npm'
41
42
- name: Update npm
43
run: npm install -g npm@latest
.github/workflows/test-compatibility.yaml
@@ -38,8 +38,7 @@ jobs:
44
45
0 commit comments