Skip to content

Commit

Permalink
chore: upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed May 24, 2023
1 parent 7780324 commit f5cebd6
Show file tree
Hide file tree
Showing 4 changed files with 2,764 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: 16

- name: Cache node modules
uses: actions/cache@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ yarn-debug.log*
yarn-error.log*

dist
package-lock.json
lib

node_modules
Expand Down
Loading

0 comments on commit f5cebd6

Please sign in to comment.