diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 735c098..0502b5f 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 v20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: yarn @@ -44,7 +44,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v6 - name: Use Node.js v20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: yarn @@ -63,7 +63,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v20 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 cache: yarn