We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6cbe8 commit 961e83cCopy full SHA for 961e83c
.github/workflows/release.yml
@@ -8,26 +8,20 @@ jobs:
8
build_test_and_publish:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
12
13
- name: install node
14
uses: actions/setup-node@v1
15
with:
16
- node-version: 12
+ node-version: 14
17
registry-url: https://registry.npmjs.org/
18
19
- - name: upgrade yarn
20
- run: npm install yarn -g
21
-
22
- name: install
23
run: yarn install
24
25
- name: build
26
run: yarn build
27
28
- - name: install chrome
29
- uses: ./.github/node-chrome
30
31
- name: test
32
run: yarn execution-tests
33
0 commit comments