Skip to content

Commit

Permalink
Merge pull request #1410 from lucasnetau/webpack5_plugins
Browse files Browse the repository at this point in the history
Update NPM dependancies to remove deprecated packages
  • Loading branch information
kevinchappell authored Sep 13, 2023
2 parents 1020f3d + de1a1dd commit f99da19
Show file tree
Hide file tree
Showing 5 changed files with 5,927 additions and 5,266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: Install dependencies
Expand Down
Loading

0 comments on commit f99da19

Please sign in to comment.