diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b300c962..e8b6821d 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.2 + uses: actions/setup-node@v4.0.3 with: node-version-file: '.nvmrc' registry-url: https://registry.npmjs.org