Skip to content

Commit

Permalink
chore(ci): update node version to 20.0.9 (lts)
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Oct 27, 2023
1 parent cc6f430 commit fb0a730
Show file tree
Hide file tree
Showing 4 changed files with 2,736 additions and 2,054 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.18.1
nodejs 20.9.0
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.6-labs

ARG NODE_VERSION=18
ARG NODE_VERSION=20

FROM node:${NODE_VERSION}-buster-slim as base

Expand Down
Loading

0 comments on commit fb0a730

Please sign in to comment.