Skip to content

Commit

Permalink
Reverts node version to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
msoledade committed Mar 15, 2024
1 parent 165481d commit 262e5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
persist-credentials: false

- name: Use Node.js 20.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 20.x
node-version: 18.x

- name: Install yarn
uses: mskelton/setup-yarn@v1
with:
node-version: "20.x"
node-version: "18.x"

- name: Install dependencies
run: yarn install
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:20-alpine
FROM node:18-alpine3.16

WORKDIR /app

Expand Down

0 comments on commit 262e5e4

Please sign in to comment.