diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 218130e..ddf5495 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: | npm ci --ignore-scripts --legacy-peer-deps npm run build @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: | npm ci --ignore-scripts --legacy-peer-deps npm run build-app @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}