Skip to content

Commit

Permalink
Update bedrock to build using Node v20 (Fixes #13938) (#13939)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Nov 29, 2023
1 parent 0b9d10a commit 65fa60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: "Install JS dependencies"
run: npm ci
- name: "Run JS tests"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN pip install --require-hashes --no-cache-dir -r requirements/prod.txt
########
# assets builder and dev server
#
FROM node:18-slim AS assets
FROM node:20-slim AS assets

ENV PATH=/app/node_modules/.bin:$PATH
WORKDIR /app
Expand Down

0 comments on commit 65fa60c

Please sign in to comment.