diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 746a6f5..d9d860e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,8 +20,8 @@ jobs: - image: asdf tag_suffix: '' - image: node-playwright - tag_suffix: '-node-20.13' - args: '--build-arg NODE_VERSION=20.13.1' + tag_suffix: '-node-20.14' + args: '--build-arg NODE_VERSION=20.14.0' - image: ruby-postgres tag_suffix: '-ruby-3.2.2-postgres-16.1' args: '--build-arg RUBY_VERSION=3.2.2 --build-arg POSTGRES_VERSION=16.1'