Skip to content

Commit

Permalink
update nodejs to 20.12.2 LTS (#166)
Browse files Browse the repository at this point in the history
* update nodejs to 20.12.2 lts

* CI: Update node version for gh workflow
  • Loading branch information
sameh-farouk authored May 2, 2024
1 parent c4a50cc commit 8019ad2
Show file tree
Hide file tree
Showing 5 changed files with 37,344 additions and 18,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Node install
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Install 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:16-alpine AS node
FROM node:20-alpine AS node

FROM node AS node-with-gyp
RUN apk add g++ make python3
Expand Down
Loading

0 comments on commit 8019ad2

Please sign in to comment.