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.
build.yml
1 parent ebd8b20 commit b04e240Copy full SHA for b04e240
.github/workflows/build.yml
@@ -5,20 +5,15 @@ jobs:
5
build:
6
runs-on: ubuntu-latest
7
timeout-minutes: 5
8
- strategy:
9
- matrix:
10
- node-version: [16]
11
12
steps:
13
- name: Checkout repository
14
uses: actions/checkout@v2
15
with:
16
fetch-depth: 0
17
18
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js
19
uses: actions/setup-node@v2
20
- with:
21
- node-version: ${{ matrix.node-version }}
22
23
- name: Cache dependencies
24
uses: actions/cache@v2
0 commit comments