diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb1ce21..483acf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: run: python -m poetry install - name: Use Node.js for CDK deployment - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version-file: '.nvmrc' registry-url: https://registry.npmjs.org