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 e41a85d commit 0388a5aCopy full SHA for 0388a5a
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout Repo
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- name: Get yarn cache directory path
@@ -28,10 +28,11 @@ jobs:
28
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
29
restore-keys: |
30
${{ runner.os }}-yarn-
31
- - name: Setup Node.js 18.x
32
- uses: actions/setup-node@v3
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
33
34
node-version: '18'
35
+ registry-url: https://registry.npmjs.org/
36
- name: Install Dependencies
37
run: yarn --immutable
38
- name: Create Release Pull Request or Publish to npm
0 commit comments