File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Node.js CI
2
2
3
- on : [push, pull_request]
3
+ on : [ push, pull_request ]
4
4
5
5
jobs :
6
6
build :
7
7
runs-on : ${{ matrix.os }}
8
8
strategy :
9
9
matrix :
10
- os : [ubuntu-latest, windows-latest]
11
- node-version : [10 .x, 12 .x, 14.x ]
10
+ os : [ ubuntu-latest, windows-latest ]
11
+ node-version : [ 12 .x, 14 .x, 16.x ]
12
12
13
13
steps :
14
14
- name : Checkout
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
restore-keys : |
26
26
${{ runner.os }}-yarn-
27
27
28
- - name : Setup Node.js 12 .x to publish to npmjs.org
28
+ - name : Setup Node.js 14 .x to publish to npmjs.org
29
29
uses : actions/setup-node@v1
30
30
with :
31
- node-version : ' 12 .x'
31
+ node-version : ' 14 .x'
32
32
registry-url : ' https://registry.npmjs.org'
33
33
34
34
- name : Install Packages
You can’t perform that action at this time.
0 commit comments