Skip to content

Commit 961e83c

Browse files
authored
dont' install chrome (#1166)
1 parent 2f6cbe8 commit 961e83c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,20 @@ jobs:
88
build_test_and_publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
1212

1313
- name: install node
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 12
16+
node-version: 14
1717
registry-url: https://registry.npmjs.org/
1818

19-
- name: upgrade yarn
20-
run: npm install yarn -g
21-
2219
- name: install
2320
run: yarn install
2421

2522
- name: build
2623
run: yarn build
2724

28-
- name: install chrome
29-
uses: ./.github/node-chrome
30-
3125
- name: test
3226
run: yarn execution-tests
3327

0 commit comments

Comments
 (0)