Skip to content

Commit

Permalink
Upgrade Node version to latest patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 20, 2024
1 parent 57cbc3a commit 06d66ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.11.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib",
"module": "es",
"types": "eui.d.ts",
"docker_image": "20.11.0",
"docker_image": "20.11.1",
"engines": {
"node": "16.x || 18.x || >=20.x"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zenato/docker-puppeteer/blob/master/Dockerfile

# >=12.0 required (for cypress). v18 is LTS.
FROM --platform=linux/amd64 node:20.11.0-slim
FROM --platform=linux/amd64 node:20.11.1-slim

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 06d66ec

Please sign in to comment.