diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index eeaa5d5..f1d1b25 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -27,7 +27,7 @@ jobs: - name: Use Node.js 18.x (LTS) uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: "npm" - run: npm ci - run: npm run build --if-present diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d778fd6..b7e0382 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Use Node.js 18.x (LTS) uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: "npm" - run: npm ci - run: npm test