Skip to content

Commit

Permalink
ci: testing workflows 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jun 13, 2022
1 parent 9665758 commit 30fb66a
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
strict-peer-dependencies=false
Loading

0 comments on commit 30fb66a

Please sign in to comment.