Skip to content

Merge pull request #26 from afgallo/snyk-upgrade-842ea3348da51071dc96… #56

Merge pull request #26 from afgallo/snyk-upgrade-842ea3348da51071dc96…

Merge pull request #26 from afgallo/snyk-upgrade-842ea3348da51071dc96… #56

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
install-build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run test:ci
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}