Skip to content

Commit

Permalink
Merge pull request #3073 from alphagov/dependabot/npm_and_yarn/webpac…
Browse files Browse the repository at this point in the history
…k-cli-5.0.1

Bump webpack-cli from 5.0.0 to 5.0.1
  • Loading branch information
colinrotherham authored Dec 6, 2022
2 parents de378ee + 2098b4b commit f24637b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions/install-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ runs:
id: npm-install-cache

with:
# Restore `node_modules` cache (unless lockfile changes)
key: npm-install-cache-${{ hashFiles('package-lock.json') }}
# Restore `node_modules` cache (unless packages change)
key: npm-install-cache-${{ hashFiles('package-lock.json', '**/package.json') }}
path: |
.cache/puppeteer
node_modules
Expand All @@ -20,7 +20,7 @@ runs:
id: setup-node

with:
# Restore global `~/.npm` cache (unless lockfile changes)
# Restore global `~/.npm` cache (unless packages change)
use-cache: ${{ steps.npm-install-cache.outputs.cache-hit != 'true' }}

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Setup

inputs:
use-cache:
description: Restore global `~/.npm` cache (unless lockfile changes)
description: Restore global `~/.npm` cache
required: false

runs:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sass-loader": "^13.2.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f24637b

Please sign in to comment.