Skip to content

Commit

Permalink
feat: support node 16 with native build
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Sep 14, 2021
1 parent 50727b2 commit 5c5753e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 13.x, 14.x 16.x]
node-version: [10.x, 12.x, 13.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion native/Dockerfile.musl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
ARG NODE_VERSION=14
ARG NODE_VERSION=16

RUN addgroup -S -g 1000 rust && adduser -S -u 1000 rust -G rust
RUN apk add --no-cache curl bash python3 gcc musl-dev libstdc++ ca-certificates openssl ncurses coreutils python2 make \
Expand Down

0 comments on commit 5c5753e

Please sign in to comment.