Skip to content

Commit

Permalink
pin node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptnull committed Dec 21, 2024
1 parent 98d74a8 commit 35fc604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: stable
- uses: actions/setup-node@v3
with:
node-version: "21.x"
node-version: "18.0.0"
- name: Install dependencies
working-directory: ./webapp
run: npm ci
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:21-alpine3.20 AS frontend
FROM node:18-alpine3.20 AS frontend

# Set the working directory
WORKDIR /webapp
Expand Down

0 comments on commit 35fc604

Please sign in to comment.