diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4e35b0b..403b427 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: 'npm' + - run: rm -rf node_modules + - run: rm package-lock.json + - run: npm install - run: npm ci - run: npm run build diff --git a/index.html b/index.html index 84d2111..a8f30c4 100644 --- a/index.html +++ b/index.html @@ -325,6 +325,22 @@