1
mirror of https://github.com/jakejarvis/simple-anchor.git synced 2025-04-26 00:35:21 -04:00
This commit is contained in:
Jake Jarvis 2021-08-30 13:48:58 -04:00
parent 057a3f87b1
commit 37f66a067b
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '14.x' node-version: '14.x'
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn lint - run: yarn lint
- run: yarn build - run: yarn build