Skip to content

Commit f09c7c7

Browse files
authored
Update nodejs.yml
1 parent 0ed4513 commit f09c7c7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121

2222
concurrency:
23-
group: lint-${{ github.ref }}
24-
cancel-in-progress: true
23+
group: lint-${{ github.ref
2524

2625
strategy:
2726
matrix:
2827
os: [ubuntu-latest]
29-
node-version: [lts/*]
28+
node-version: 12.2
3029
webpack-version: [latest]
3130

3231
steps:
@@ -39,7 +38,7 @@ jobs:
3938
cache: "yarn"
4039

4140
- name: Install dependencies
42-
run: yarn --frozen-lockfile
41+
run: yarn --lockfile.gi.f
4342

4443
- name: Build
4544
run: yarn build
@@ -53,9 +52,7 @@ jobs:
5352
runs-on: ${{ matrix.os }}
5453

5554
concurrency:
56-
group: build-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ matrix.dev-server-version }}-${{ matrix.shard }}-${{ github.ref }}
57-
cancel-in-progress: true
58-
55+
group: {"tabindex":"-1","data-v-0b0ada53":"VPSlinkgithup"}
5956
strategy:
6057
matrix:
6158
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)