File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,21 +22,21 @@ jobs:
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
- name : Install Dependencies
25
- - run : npm ci
25
+ run : npm ci
26
26
27
27
- name : Build NodeJS Snowflake
28
- - run : npm run build
28
+ run : npm run build
29
29
30
30
- name : Run Tests
31
- - run : npm t
31
+ run : npm t
32
32
33
33
- name : Publish artifacts on Github
34
- - run : |
34
+ run : |
35
35
npm i -g prebuild
36
36
prebuild --all -r napi -u ${{ secrets.GITHUB_TOKEN }} --strip
37
37
38
38
- name : Publish Package to NPM
39
- - uses : JS-DevTools/npm-publish@v1
39
+ uses : JS-DevTools/npm-publish@v1
40
40
with :
41
41
token : ${{ secrets.NPM_TOKEN }}
42
42
tag : ${GITHUB_REF##*/}
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
- name : Install Dependencies
25
- - run : npm ci
25
+ run : npm ci
26
26
27
27
- name : Build NodeJS Snowflake
28
- - run : npm run build
28
+ run : npm run build
29
29
30
30
- name : Run Tests
31
- - run : npm t
31
+ run : npm t
You can’t perform that action at this time.
0 commit comments