Skip to content

Bump the npm_and_yarn at /. security update group with 1 update #64

Bump the npm_and_yarn at /. security update group with 1 update

Bump the npm_and_yarn at /. security update group with 1 update #64

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm test