diff --git a/.github/workflows/infrastructure-build.yml b/.github/workflows/infrastructure-build.yml index f5137df..6bf5408 100644 --- a/.github/workflows/infrastructure-build.yml +++ b/.github/workflows/infrastructure-build.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm'