We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe5e70f + fc84366 commit 0c53506Copy full SHA for 0c53506
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
ref: ${{ github.event.pull_request.head.sha }}
41
42
- name: Setup node env 📦
43
- uses: actions/setup-node@v3.4.1
+ uses: actions/setup-node@v3.5.0
44
with:
45
node-version: ${{ matrix.node }}
46
registry-url: https://registry.npmjs.org
.github/workflows/shipjs-trigger.yml
@@ -16,7 +16,7 @@ jobs:
16
ref: main
17
18
- name: Setup node env 🏗
19
20
21
node-version: 18
22
0 commit comments