Update forgejo action
Some checks failed
Deploy / deploy (push) Failing after 13s

This commit is contained in:
Leonardo Murça 2025-03-11 16:29:01 -03:00
parent 0b6350b8b7
commit 28cb1d61f9

View file

@ -13,13 +13,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
- name: Use Node.js 16
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install dependencies and build
run: npm run build && npm run build
- name: Install dependencies
run: npm install
- name: Build app
run: npm run build
- name: Add Deploy Key to SSH
run: |