Skip to content

Commit

Permalink
Revert node upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindeaconu committed Apr 19, 2024
1 parent e9d5a03 commit a1473d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -31,13 +31,13 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 18

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Install web UI dependencies
run: yarn --cwd ./web install

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:20-alpine3.19 AS frontend
FROM node:18-alpine3.19 AS frontend

WORKDIR /home/node/terralist

Expand Down

0 comments on commit a1473d6

Please sign in to comment.