diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a9011f29c..80520e134 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,7 @@ jobs: - name: Add problem matchers run: echo "::add-matcher::.github/problemMatchers/eslint.json" - name: Use Node.js v8 - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 22 cache: yarn @@ -35,7 +35,7 @@ jobs: - name: Add problem matchers 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: 22 cache: yarn @@ -54,7 +54,7 @@ jobs: - name: Add problem matchers 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: 22 cache: yarn