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 bbc8d4c commit 359c903Copy full SHA for 359c903
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Cloning repo
15
uses: actions/checkout@v3
16
17
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
18
with:
19
node-version: '18.x'
20
registry-url: 'https://registry.npmjs.org'
.github/workflows/pull_request.yaml
@@ -23,7 +23,7 @@ jobs:
23
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
24
git submodule sync --recursive
25
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
26
- - uses: actions/setup-node@v1
27
28
node-version: "18.x"
29
- name: cache node modules
0 commit comments