Skip to content

Commit

Permalink
Support Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
seandgrimes committed Aug 21, 2024
1 parent 060a3b1 commit 74e902e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: build
strategy:
matrix:
node: [18.17.0]
node: [20.0.0]
os:
# macos-14 is arm64 (m1)
- name: darwin
Expand All @@ -37,7 +37,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 18.17.0
node-version: 20.0.0
check-latest: true
- name: Prebuildify
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.0-alpine3.17
FROM node:20.0.0-alpine3.17

RUN apk add build-base git krb5-dev libgit2-dev libssh-dev pkgconfig python3 tzdata

Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.0-bullseye
FROM node:20.0.0-bullseye

ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL en_US.UTF-8
Expand Down

0 comments on commit 74e902e

Please sign in to comment.