Skip to content

Commit

Permalink
[core] node 22.8
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Sep 11, 2024
1 parent 6173180 commit 0253f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.17.0
v22.8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build
#
ARG NODE_VERSION=20.17.0-bullseye
ARG NODE_VERSION=22.8-bullseye
FROM node:${NODE_VERSION} as build
ENV PUPPETEER_SKIP_DOWNLOAD=True

Expand Down

0 comments on commit 0253f32

Please sign in to comment.