Skip to content

Commit 1479d27

Browse files
committed
Bump copy-webpack-plugin to fix upstream security issue in serialize-javascript
1 parent 3950d91 commit 1479d27

4 files changed

Lines changed: 175 additions & 480 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/setup-node@v6
7272
with:
73-
node-version: 18
73+
node-version: 20
7474

7575
- uses: actions/download-artifact@v8
7676
with:

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: git fetch --all
2626
- uses: actions/setup-node@v6
2727
with:
28-
node-version: 18
28+
node-version: 20
2929

3030
- name: Install & build assets
3131
run: |

0 commit comments

Comments
 (0)