Skip to content

Update from https://github.com/dofusdude/api-docs/commit/988c0097efc8… #35

Update from https://github.com/dofusdude/api-docs/commit/988c0097efc8…

Update from https://github.com/dofusdude/api-docs/commit/988c0097efc8… #35

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version:
cache: npm
- run: npm ci
- run: npm run build --if-present
- run: npm test