Skip to content

Commit

Permalink
chore(karma): use npm v7, node v14.21
Browse files Browse the repository at this point in the history
this commit bumps the version of npm used for the karma test project to
npm v7. it also increments the version of node to v14.21. this is
required for running the latest version of puppeteer
  • Loading branch information
rwaskiewicz committed Nov 15, 2022
1 parent d6e3f2a commit 3dd8ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/karma/package.json
Expand Up @@ -44,7 +44,7 @@
"workbox-build": "4.3.1"
},
"volta": {
"node": "14.5.0",
"npm": "6.14.16"
"node": "14.21.1",
"npm": "7.24.2"
}
}

0 comments on commit 3dd8ec1

Please sign in to comment.