Skip to content

Commit

Permalink
chore(deps): update all dependencies (#8)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* chore: use yaml.load after upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wei Xu <weixu365@gmail.com>
  • Loading branch information
renovate[bot] and weixu365 authored May 26, 2023
1 parent 7ce2978 commit 65dd9a7
Show file tree
Hide file tree
Showing 4 changed files with 3,824 additions and 6,393 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand All @@ -30,9 +30,9 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 65dd9a7

Please sign in to comment.