mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
chore(deps): update all dependencies to v3
This commit is contained in:
parent
925a4828de
commit
b50879aacf
2 changed files with 4 additions and 4 deletions
4
.github/workflows/github-pages.yml
vendored
4
.github/workflows/github-pages.yml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
||||||
if: github.event.workflow_run.conclusion == 'success'
|
if: github.event.workflow_run.conclusion == 'success'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- id: brew_cache
|
- id: brew_cache
|
||||||
run: echo "::set-output name=dir::$(brew --cache)"
|
run: echo "::set-output name=dir::$(brew --cache)"
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.brew_cache.outputs.dir }}
|
path: ${{ steps.brew_cache.outputs.dir }}
|
||||||
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
with: { node-version: lts/*, cache: yarn }
|
with: { node-version: lts/*, cache: yarn }
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
|
|
Loading…
Add table
Reference in a new issue