We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07742b commit e68a139Copy full SHA for e68a139
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Node, NPM and Yarn
25
uses: actions/setup-node@v1
26
with:
27
- node-version: 14.15.4
+ node-version: 14.16.1
28
29
- name: Get yarn cache directory path
30
id: yarn-cache-dir-path
.github/workflows/test.yml
@@ -1,14 +1,14 @@
1
name: Test
2
3
-on: [push, pull_request]
+on: [ push, pull_request ]
4
5
jobs:
6
release:
7
runs-on: ${{ matrix.os }}
8
9
strategy:
10
matrix:
11
- os: [macos-latest, windows-latest, ubuntu-latest]
+ os: [ macos-latest, windows-latest, ubuntu-latest ]
12
13
steps:
14
- name: Check out Git repository
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Node.js, NPM and Yarn
18
19
20
21
22
- name: yarn install
23
run: |
0 commit comments