Skip to content

Commit

Permalink
Merge pull request #4558 from alphagov/setup-node-delay
Browse files Browse the repository at this point in the history
Workaround delays in `~/.npm` cache restore time
  • Loading branch information
colinrotherham authored Dec 14, 2023
2 parents 7bcb23a + a1d1e74 commit f8c3b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"version": "echo $npm_package_version"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@govuk-frontend/config": "*",
"@govuk-frontend/helpers": "*",
"@govuk-frontend/lib": "*",
"@govuk-frontend/tasks": "*",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
Expand Down

0 comments on commit f8c3b69

Please sign in to comment.