Skip to content

Commit 359c903

Browse files
committed
Upgrade actions/setup-node to v4
1 parent bbc8d4c commit 359c903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Cloning repo
1515
uses: actions/checkout@v3
1616

17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '18.x'
2020
registry-url: 'https://registry.npmjs.org'

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
2424
git submodule sync --recursive
2525
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
26-
- uses: actions/setup-node@v1
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: "18.x"
2929
- name: cache node modules

0 commit comments

Comments
 (0)