diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bc13a433..26b400a8 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -16,7 +16,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: 22 cache: yarn @@ -33,7 +33,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: 22 cache: yarn