-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update nodejs to 20.12.2 lts * CI: Update node version for gh workflow
- Loading branch information
1 parent
c4a50cc
commit 8019ad2
Showing
5 changed files
with
37,344 additions
and
18,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16-alpine AS node | ||
FROM node:20-alpine AS node | ||
|
||
FROM node AS node-with-gyp | ||
RUN apk add g++ make python3 | ||
|
Oops, something went wrong.