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 b18802b commit f087283Copy full SHA for f087283
.github/workflows/publish-npm.yml
@@ -27,12 +27,9 @@ jobs:
27
- name: Set up Node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: '20'
+ node-version: '24'
31
registry-url: 'https://registry.npmjs.org'
32
33
- - name: Update NPM
34
- run: npm install -g npm@11
35
-
36
- name: Install dependencies
37
run: |
38
yarn install --frozen-lockfile --ignore-scripts
0 commit comments