Skip to content

Bump @types/node from 20.11.30 to 20.12.9 #20

Bump @types/node from 20.11.30 to 20.12.9

Bump @types/node from 20.11.30 to 20.12.9 #20

name: Node.js Package
on: [push]
jobs:
backend:
uses: ./.github/workflows/backend-tests.yml
secrets: inherit
frontend:
uses: ./.github/workflows/frontend-tests.yml
secrets: inherit
release:
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
needs:
- backend
- frontend
uses: ./.github/workflows/npmpublish.yml
secrets: inherit