Skip to content

Commit

Permalink
Merge pull request #5057 from wireapp/v/revert-node-18
Browse files Browse the repository at this point in the history
chore: revert attempt to roll back to node 18
  • Loading branch information
V-Gira authored Oct 21, 2024
2 parents bbf9be9 + 8289db4 commit 00b8e70
Show file tree
Hide file tree
Showing 4 changed files with 3,810 additions and 1,250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Set environment variables
env:
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-alpine
FROM node:22-alpine

# For some extra dependencies...
RUN apk add --no-cache dumb-init git bash
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"webpack-hot-middleware": "2.26.1"
},
"engines": {
"node": ">= 18"
"node": ">= 20.14.0"
},
"name": "wire-web-server",
"private": true,
Expand Down
Loading

0 comments on commit 00b8e70

Please sign in to comment.