Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Apr 14, 2022
1 parent 210ee33 commit 031f804
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=3200'
CC_TEST_REPORTER_ID: 8263f3329c9a25abc9ad21473a65deabd4c8f0cd54db6e7fbba1a85fb6e5b829
steps:
- { uses: actions/checkout@v2, with: { persist-credentials: false } }
- { uses: actions/setup-node@v2, with: { node-version: 16, cache: 'yarn' } }
- { uses: actions/checkout@v3, with: { persist-credentials: false } }
- { uses: actions/setup-node@v3, with: { node-version: 16, cache: 'yarn' } }

- name: deps
run: yarn --frozen-lockfile
Expand Down
Loading

0 comments on commit 031f804

Please sign in to comment.