diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 28ff41a..239c4be 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 v18 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18 cache: yarn @@ -35,7 +35,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v18 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18 cache: yarn