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 5eb8d69 commit ec91ea9Copy full SHA for ec91ea9
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
19
with:
20
node-version: ${{ matrix.node-version }}
21
- run: yarn install
.github/workflows/test.yml
0 commit comments