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.
2 parents 985b7e1 + e08264c commit 54e384cCopy full SHA for 54e384c
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node.js
26
uses: actions/setup-node@v3
27
with:
28
- node-version: 16.x
+ node-version: 18.x
29
cache: 'npm'
30
- name: Install dependencies
31
run: npm clean-install
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
0 commit comments