Skip to content

Commit

Permalink
Copy right install to Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 2, 2022
1 parent 02bd10a commit a7ee9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
node-version: 12
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
run: pnpm install --frozen-lockfile
- name: Run unit tests
run: ./node_modules/.bin/jest --forceExit
env:
Expand Down

0 comments on commit a7ee9bf

Please sign in to comment.