Skip to content

Commit

Permalink
Add fix for Node 14 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Jan 16, 2023
1 parent 83badde commit 3962b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
cache: npm

- name: Install dependencies
run: npm install-clean
#TODO: change this from "install" to "install-clean" when node 14 support is dropped.
run: npm install

- name: Test code
run: npm test

0 comments on commit 3962b0d

Please sign in to comment.