Lables
All checks were successful
Anatid Blog CI Workflow / test (./backend) (push) Successful in 27s
Anatid Blog CI Workflow / test (./frontend) (push) Successful in 31s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 34s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 42s

This commit is contained in:
Phill Pover 2025-03-27 11:45:34 +00:00
parent b244bc85c2
commit 4813ea6cb8

View File

@ -16,8 +16,9 @@ jobs:
- workingdir: ./backend - workingdir: ./backend
- workingdir: ./frontend - workingdir: ./frontend
steps: steps:
- uses: https://github.com/actions/checkout@v4 - name: Checkout
- name: Use Node.js uses: https://github.com/actions/checkout@v4
- name: Use Node.js 18.19
uses: https://github.com/actions/setup-node@v3 uses: https://github.com/actions/setup-node@v3
with: with:
node-version: '18.19' node-version: '18.19'