Skip to content

Bump js-yaml from 4.3.0 to 4.3.1 (#12) #37

Bump js-yaml from 4.3.0 to 4.3.1 (#12)

Bump js-yaml from 4.3.0 to 4.3.1 (#12) #37

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
env:
WIREIT_FAILURES: continue
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: package-lock.json
- uses: google/wireit@setup-github-actions-caching/v2
- name: NPM install
run: npm ci
- name: Test
run: npm test