👷 bump action dependencies
This commit is contained in:
32
.github/workflows/main.yml
vendored
32
.github/workflows/main.yml
vendored
@@ -8,12 +8,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get install gifsicle graphicsmagick
|
- run: sudo apt-get install gifsicle graphicsmagick
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2.2.0
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
cache: yarn
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
- run: yarn install --frozen-lockfile
|
||||||
- uses: bahmutov/npm-install@v1.7.8
|
|
||||||
|
|
||||||
- run: yarn type
|
- run: yarn type
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
@@ -24,12 +24,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: sudo apt-get install gifsicle graphicsmagick
|
- run: sudo apt-get install gifsicle graphicsmagick
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2.2.0
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
cache: yarn
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
- run: yarn install --frozen-lockfile
|
||||||
- uses: bahmutov/npm-install@v1.7.8
|
|
||||||
|
|
||||||
- run: ( cd packages/gif-creator ; yarn benchmark )
|
- run: ( cd packages/gif-creator ; yarn benchmark )
|
||||||
|
|
||||||
@@ -61,12 +61,12 @@ jobs:
|
|||||||
deploy-ghpages:
|
deploy-ghpages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2.2.0
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
cache: yarn
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
- run: yarn install --frozen-lockfile
|
||||||
- uses: bahmutov/npm-install@v1.7.8
|
|
||||||
|
|
||||||
- run: yarn build:demo
|
- run: yarn build:demo
|
||||||
env:
|
env:
|
||||||
@@ -83,12 +83,12 @@ jobs:
|
|||||||
build-docker-image:
|
build-docker-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2.2.0
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
cache: yarn
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
- run: yarn install --frozen-lockfile
|
||||||
- uses: bahmutov/npm-install@v1.7.8
|
|
||||||
|
|
||||||
- run: yarn build:action
|
- run: yarn build:action
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user