File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v2.3.4
21+ - uses : actions/checkout@v2
2222 - uses : UziTech/action-setup-atom@v1
2323 with :
2424 channel : ${{ matrix.channel }}
@@ -37,10 +37,10 @@ jobs:
3737 if : " !contains(github.event.head_commit.message, '[skip ci]')"
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v2.3.4
41- - uses : actions/setup-node@v1
40+ - uses : actions/checkout@v2
41+ - uses : actions/setup-node@v2
4242 with :
43- node-version : ' 12.x '
43+ node-version : ' * '
4444 - name : NPM install
4545 run : npm ci
4646 - name : Lint ✨
@@ -53,11 +53,11 @@ jobs:
5353 github.event.repository.fork == false
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v2.3.4
56+ - uses : actions/checkout@v2
5757 - uses : UziTech/action-setup-atom@v1
58- - uses : actions/setup-node@v1
58+ - uses : actions/setup-node@v2
5959 with :
60- node-version : ' 12.x '
60+ node-version : ' * '
6161 - name : NPM install
6262 run : npm ci
6363 - name : Release 🎉
You can’t perform that action at this time.
0 commit comments