File tree 2 files changed +10
-17
lines changed
2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,12 @@ on: [push]
4
4
5
5
jobs :
6
6
build :
7
- runs-on : ubuntu-latest
8
-
7
+ runs-on : ubuntu-20.04
9
8
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-node@v1
12
- with :
13
- node-version : ' 12.x'
14
- - run : npm install
15
- - run : npm run build
16
- - name : commit changes
17
- uses : elstudio/actions-js-build/commit@v3
18
- with :
19
- commitMessage : " fixup: [spec] `npm run build`"
9
+ - uses : actions/checkout@v2
10
+ - uses : actions/setup-node@v2-beta
11
+ - run : npm install
12
+ - run : npm run build
13
+ - uses : elstudio/actions-js-build/commit@v3
14
+ with :
15
+ commitMessage : " fixup: [spec] `npm run build`"
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - name : Use Node.js 12.x
15
- uses : actions/setup-node@v1
16
- with :
17
- node-version : 12.x
14
+ - uses : actions/setup-node@v2-beta
18
15
- name : Authenticate NPM
19
- uses : NiceLabs/automatic- github-token@master
16
+ uses : DimensionDev/ github-token-action@latest
20
17
with :
21
18
registry : true
22
19
- name : Install and Test
You can’t perform that action at this time.
0 commit comments