Skip to content

Commit

Permalink
Switch to node 22
Browse files Browse the repository at this point in the history
Only test and build on Node 22. Also switch Docker build
  • Loading branch information
greenscientist authored and tahini committed Nov 20, 2024
1 parent 64fb15c commit ced327e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/transition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [22.x]
env:
PROJECT_CONFIG: ${{ github.workspace }}/examples/config.js
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN cargo build


# Build Node app
FROM node:20-bookworm
FROM node:22-bookworm
WORKDIR /app
# Install all the json package dependencies in an intermediary image. To do so, we copy each package.json files
# and run yarn install which will download all the listed packages in the image.
Expand Down

0 comments on commit ced327e

Please sign in to comment.