Skip to content

Commit

Permalink
Merge 065d1a9 into bc5399f
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 23, 2024
2 parents bc5399f + 065d1a9 commit fb81556
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 fb81556

Please sign in to comment.