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 31ef71c commit e4eb048Copy full SHA for e4eb048
.github/workflows/release.yml
@@ -18,7 +18,6 @@ on:
18
default: 'latest'
19
20
env:
21
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
22
NPM_CONFIG_PROVENANCE: true
23
24
jobs:
@@ -35,7 +34,7 @@ jobs:
35
34
registry-url: "https://registry.npmjs.org"
36
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
37
with:
38
- version: 8.8.0
+ version: 10.26.1
39
run_install: true
40
- name: Git Setup
41
run: |
.nvmrc
@@ -1 +1 @@
1
-v20.8.1
+v24
0 commit comments