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 0df9af2 commit bbc8d4cCopy full SHA for bbc8d4c
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: '16.x'
+ node-version: '18.x'
20
registry-url: 'https://registry.npmjs.org'
21
22
- run: npm ci
.github/workflows/pull_request.yaml
@@ -25,7 +25,7 @@ jobs:
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: "15.x"
+ node-version: "18.x"
29
- name: cache node modules
30
uses: actions/cache@v1
31
0 commit comments