Skip to content

Commit 0c53506

Browse files
Merge pull request #1234 from geospoc/dependabot/github_actions/actions/setup-node-3.5.0
fix(deps): bump actions/setup-node from 3.4.1 to 3.5.0
2 parents fe5e70f + fc84366 commit 0c53506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ github.event.pull_request.head.sha }}
4141

4242
- name: Setup node env 📦
43-
uses: actions/setup-node@v3.4.1
43+
uses: actions/setup-node@v3.5.0
4444
with:
4545
node-version: ${{ matrix.node }}
4646
registry-url: https://registry.npmjs.org

.github/workflows/shipjs-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: main
1717

1818
- name: Setup node env 🏗
19-
uses: actions/setup-node@v3.4.1
19+
uses: actions/setup-node@v3.5.0
2020
with:
2121
node-version: 18
2222
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)