diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81192b4..9ca772b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} aws-region: eu-west-1 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version-file: '.nvmrc' cache: 'yarn'