diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 07c540d..df7062d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm ci - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: git config --global protocol.file.allow always @@ -36,9 +36,9 @@ jobs: - run: git config --global core.autocrlf false - uses: actions/checkout@v5 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm ci - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: git config --global protocol.file.allow always @@ -59,7 +59,7 @@ jobs: with: persist-credentials: false - name: Use Node.js 24.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '24.x' - run: npm ci