Wrestling with github CI/CD

This commit is contained in:
Imbus 2024-03-02 03:07:41 +01:00
parent 10abea8091
commit 3653146ce0
2 changed files with 6 additions and 1 deletions

View file

@ -13,6 +13,11 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -20,7 +20,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x, 16.x, 18.x] node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps: