We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410336c commit 7c51613Copy full SHA for 7c51613
.github/workflows/release.yml
@@ -28,10 +28,6 @@ jobs:
28
# https://nodejs.org/api/corepack.html
29
run: corepack enable
30
31
- - name: Update npm to latest
32
- shell: bash
33
- run: npm install -g npm@latest
34
-
35
- name: Use Node.js
36
uses: actions/setup-node@v4
37
with:
.nvmrc
@@ -1 +1 @@
1
-22.9.0
+24
0 commit comments