fix: forgejo deploy - use NodeJS as container
Some checks failed
Deploy Blog / deploy (push) Failing after 1m4s

This commit is contained in:
Thomas Bishop 2025-07-08 17:03:36 +01:00
parent 00117f619d
commit a8e2de3a3c

View file

@ -44,14 +44,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
container: node:18
steps:
- uses: actions/checkout@v3
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
- run: npm install
- run: npm run build:posts
- run: npm run build