Skip to content

Commit

Permalink
ci: fix steps
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed Aug 29, 2024
1 parent 75c5756 commit 3933914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: mkdir /app/output
- run: cd /app && HOME=/home/node ./entrypoint.sh
- name: Archive CV PDF
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v3
with:
name: cv
path: /app/output/cv.pdf
2 changes: 1 addition & 1 deletion render/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specify the base image
FROM node:19-buster
FROM node:lts
RUN apt-get update && apt-get install -y chromium && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install fonts-noto-color-emoji && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 3933914

Please sign in to comment.