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 74fbad2 commit 2887e50Copy full SHA for 2887e50
.github/workflows/nodejs.yml
@@ -23,11 +23,11 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
26
- - name: Use Node.js ${{ matrix.node }}
+ - name: Use LTS Node.js
27
uses: actions/setup-node@v2
28
with:
29
- node-version: ${{ matrix.node }}
30
- cache: 'npm'
+ node-version: 'lts/*'
+ cache: npm
31
32
- name: Install latest npm
33
run: npm install --global npm@latest
@@ -55,7 +55,7 @@ jobs:
55
56
57
node-version: ${{ matrix.node }}
58
59
60
61
0 commit comments