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 7f4f839 commit 0b3109bCopy full SHA for 0b3109b
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup node
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 14
+ node-version: 18
19
cache: 'npm'
20
registry-url: 'https://registry.npmjs.org'
21
.github/workflows/workflow.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-node@v3
11
12
- node-version: 16
13
14
- name: NPM Install
0 commit comments