File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
if : ${{ steps.release.outputs.release_created }}
23
23
- uses : actions/setup-node@v2
24
24
with :
25
- node-version : ' 15'
25
+ node-version : ' *'
26
+ check-latest : true
26
27
registry-url : ' https://registry.npmjs.org'
27
28
if : ${{ steps.release.outputs.release_created }}
28
29
- run : npm publish
Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ jobs:
16
16
strategy :
17
17
matrix :
18
18
os : [macos-latest, ubuntu-latest, windows-latest]
19
- node-version : [10.x, 15.x ]
19
+ node-version : [10.x, '*' ]
20
20
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Use Node.js ${{ matrix.node-version }}
24
24
uses : actions/setup-node@v2
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
+ check-latest : true
27
28
- name : Get npm cache directory
28
29
id : npm-cache
29
30
run : |
You can’t perform that action at this time.
0 commit comments