diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b6e26e..4e51da8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: node:20.19.2 + image: node:20.19.3 # this is the user that CI uses, which is needed to generate files within the repo directory options: --user 1001