Skip to content

Commit 0388a5a

Browse files
committed
cicd: update action checkout to v4, and setup-node to v4, add npm reg
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
1 parent e41a85d commit 0388a5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Repo
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
- name: Get yarn cache directory path
@@ -28,10 +28,11 @@ jobs:
2828
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
2929
restore-keys: |
3030
${{ runner.os }}-yarn-
31-
- name: Setup Node.js 18.x
32-
uses: actions/setup-node@v3
31+
- name: Setup Node.js
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: '18'
35+
registry-url: https://registry.npmjs.org/
3536
- name: Install Dependencies
3637
run: yarn --immutable
3738
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)