diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 0908c4b2..ae0d7ec1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v5 - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: yarn diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 167fbab9..6cc0259c 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@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: yarn @@ -32,7 +32,7 @@ jobs: - name: Checkout Project uses: actions/checkout@v5 - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: yarn @@ -50,7 +50,7 @@ jobs: - name: Add problem matcher run: echo "::add-matcher::.github/problemMatchers/tsc.json" - name: Use Node.js v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 cache: yarn