Skip to content

Commit

Permalink
Build for Node 20 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasodonnell authored Feb 4, 2025
1 parent 0e41c07 commit c10b55b
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: 18
node-version: 20

- 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: 18
node-version: 20

- 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:18-buster-slim AS base
FROM node:20-buster-slim AS base

# default environment variables
ENV \
Expand Down

0 comments on commit c10b55b

Please sign in to comment.