File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,22 @@ name: Releases cross platform binaries for nodejs-snowflake
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [master]
9
9
10
10
jobs :
11
11
build :
12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest, windows-latest, macos-latest]
15
- node-version : [12.17.0, 14.0.0 ]
15
+ node-version : [12.17.0]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
- - uses : actions/checkout@v2
19
- - name : Use Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v1
21
- with :
22
- node-version : ${{ matrix.node-version }}
23
- - run : |
24
- npm i
25
- npm i -g prebuild
26
- prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }}
18
+ - uses : actions/checkout@v2
19
+ - name : Use Node.js ${{ matrix.node-version }}
20
+ uses : actions/setup-node@v1
21
+ with :
22
+ node-version : ${{ matrix.node-version }}
23
+ - run : |
24
+ npm i
25
+ npm i -g prebuild
26
+ prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments