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 f257774 commit 7601ed3Copy full SHA for 7601ed3
.github/workflows/deploy.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Use Node.js to test and build
15
uses: actions/setup-node@v2
16
with:
17
- node-version: '10.x'
+ node-version: '10.24.1'
18
- name: Install dependencies
19
run: yarn install --frozen-lockfile
20
- name: Build
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Run the tests
0 commit comments