Skip to content

Commit

Permalink
repo: update CI/CD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Favo02 committed Mar 3, 2024
1 parent 7af671d commit 2feaaef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '19.x'
node-version: 20
- name: Lint
run: |
cd frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
- name: Setup git
run: |
git config user.email "$(git log -1 --pretty=format:%ae)"
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:20-alpine

WORKDIR /app

Expand Down

0 comments on commit 2feaaef

Please sign in to comment.