Skip to content

Commit

Permalink
Build for Node 22 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasodonnell authored Feb 4, 2025
1 parent c10b55b commit 3d4e5b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: setup
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install dependencies
id: dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: setup
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- name: Install dependencies
id: dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-buster-slim AS base
FROM node:22-bookworm-slim AS base

# default environment variables
ENV \
Expand Down

0 comments on commit 3d4e5b8

Please sign in to comment.