We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8407f85 commit 46b2c90Copy full SHA for 46b2c90
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
run_install: false
25
26
- name: Use Node.js ${{ matrix.node-version }}
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: "pnpm"
.github/workflows/release.yml
@@ -31,10 +31,13 @@ jobs:
31
# Setup Node.js and pnpm
32
# -----------------------------
33
- name: Setup Node.js
34
35
36
37
38
+ registry-url: https://registry.npmjs.org
39
+ always-auth: true
40
+ scope: "@chobantonov"
41
42
43
# Install dependencies
0 commit comments