Skip to content

Commit 46b2c90

Browse files
committed
update workflows
1 parent 8407f85 commit 46b2c90

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run_install: false
2525

2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: "pnpm"

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ jobs:
3131
# Setup Node.js and pnpm
3232
# -----------------------------
3333
- name: Setup Node.js
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
cache: "pnpm"
38+
registry-url: https://registry.npmjs.org
39+
always-auth: true
40+
scope: "@chobantonov"
3841

3942
# -----------------------------
4043
# Install dependencies

0 commit comments

Comments
 (0)