Skip to content

Commit

Permalink
Use node v20 in build, CI and dev environments (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Aug 24, 2024
1 parent bc5399f commit 264debe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/app_dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM node:16-bullseye as base
FROM node:20-bullseye as base
SHELL ["/bin/bash", "--login", "-c"]

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
env:
FORCE_COLOR: 0
with:
node-version: "16.15.0"
node-version: "20"
cache: "yarn"
cache-dependency-path: ./webapp/yarn.lock

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_language_version:
python: python3.10
node: 16.14.2
node: "20.17.0"

ci:
skip:
Expand Down

0 comments on commit 264debe

Please sign in to comment.