Skip to content

Commit

Permalink
Revert to 16 node
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Nov 29, 2023
1 parent be2759d commit fe919c9
Show file tree
Hide file tree
Showing 3 changed files with 5,333 additions and 7,694 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-build-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine3.18 as builder
FROM node:16-alpine3.16 as builder

WORKDIR /opt/subsocial/app

Expand Down
Loading

0 comments on commit fe919c9

Please sign in to comment.