File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,11 @@ jobs:
22
22
publish-npm :
23
23
needs : test
24
24
runs-on : ubuntu-latest
25
- strategy :
26
- matrix :
27
- node : ['10', '12']
28
25
steps :
29
26
- uses : actions/checkout@v2
30
27
- uses : actions/setup-node@v1
31
28
with :
32
- node-version : ${{ matrix.node }}
29
+ node-version : 10
33
30
registry-url : https://registry.npmjs.org/
34
31
- run : yarn install --frozen-lockfile
35
32
- run : yarn build
@@ -40,14 +37,11 @@ jobs:
40
37
publish-gpr :
41
38
needs : test
42
39
runs-on : ubuntu-latest
43
- strategy :
44
- matrix :
45
- node : ['10', '12']
46
40
steps :
47
41
- uses : actions/checkout@v2
48
42
- uses : actions/setup-node@v1
49
43
with :
50
- node-version : ${{ matrix.node }}
44
+ node-version : 10
51
45
registry-url : https://npm.pkg.github.com/
52
46
- run : yarn install --frozen-lockfile
53
47
- run : yarn build
You can’t perform that action at this time.
0 commit comments