bump some deps

This commit is contained in:
2021-11-15 13:03:08 -05:00
parent 2fffdcbd31
commit b8db6d6fb3
4 changed files with 206 additions and 673 deletions
+8 -8
View File
@@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16.x
registry-url: https://registry.npmjs.org/
- run: |
yarn install --frozen-lockfile
yarn publish
- run: yarn install --frozen-lockfile
working-directory: ./cli
- run: yarn publish
working-directory: ./cli
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -29,12 +29,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16.x
registry-url: https://npm.pkg.github.com/
scope: '@jakejarvis'
- run: |
yarn install --frozen-lockfile
yarn publish
- run: yarn install --frozen-lockfile
working-directory: ./cli
- run: yarn publish
working-directory: ./cli
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16.x
- run: |
yarn install --frozen-lockfile
yarn lint