diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 96c159b8..deee233a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v24 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: yarn @@ -39,7 +39,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node }} cache: yarn