Skip to content

[Snyk] Security upgrade moment from 2.21.0 to 2.29.4 #25

[Snyk] Security upgrade moment from 2.21.0 to 2.29.4

[Snyk] Security upgrade moment from 2.21.0 to 2.29.4 #25

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Unit tests
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm test