diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9e7430c..f6be729 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v7 with: - node-version: 24 + node-version: 26 cache: npm cache-dependency-path: './website/package-lock.json' diff --git a/website/package.json b/website/package.json index f703e68..fb04bdc 100644 --- a/website/package.json +++ b/website/package.json @@ -36,5 +36,10 @@ }, "engines": { "node": ">=22.0" - } + }, + "allowScripts": { + "core-js@3.50.0": true, + "@swc/core@1.16.1": true + }, + "strictAllowScripts": true }