1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-03 03:16:23 +00:00
hasura-rest-hands-on/.github/workflows/test.yml
2025-03-01 03:10:02 +00:00

13 lines
342 B
YAML

name: test
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version: "lts/*"
cache: npm
- run: npm ci
- run: npm run build