File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,13 @@ on: [push]
4
4
jobs :
5
5
build :
6
6
runs-on : ubuntu-latest
7
- strategy :
8
- matrix :
9
- node : ['12']
10
7
steps :
11
8
- uses : actions/checkout@v2
12
9
- name : Set up Node
13
10
uses : actions/setup-node@v2
14
11
with :
15
- node-version : ${{ matrix.node }}
12
+ node-version : ' 12'
13
+ cache : ' npm'
16
14
- name : Install dependencies
17
15
run : npm install
18
16
- name : Compile grammar
Original file line number Diff line number Diff line change 13
13
uses : actions/setup-node@v2
14
14
with :
15
15
node-version : ' 12'
16
+ cache : ' npm'
16
17
- name : Install dependencies
17
18
run : npm install
18
19
- name : Compile grammar
Original file line number Diff line number Diff line change 14
14
with :
15
15
node-version : ' 12'
16
16
registry-url : ' https://registry.npmjs.org'
17
+ cache : ' npm'
17
18
- name : Install dependencies
18
19
run : npm install
19
20
- name : Compile grammar
You can’t perform that action at this time.
0 commit comments