Fix syntax

This commit is contained in:
Lucid Kobold
2021-08-09 15:18:58 -05:00
committed by GitHub
parent 9f39a48ff7
commit afafc33bba

View File

@@ -18,9 +18,8 @@ jobs:
matrix: matrix:
node-version: [12.x, 14.x, 16.x] node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.3.0 - uses: borales/actions-yarn@v2.3.0
with: with:
cmd: install # will run `yarn install` command cmd: install # will run `yarn install` command