Skip to content

Bump the npm_and_yarn group across 1 directory with 6 updates #33

Bump the npm_and_yarn group across 1 directory with 6 updates

Bump the npm_and_yarn group across 1 directory with 6 updates #33

Workflow file for this run

name: CI (node.js)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
node-version: 16
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ env.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ env.node-version }}
cache: "npm"
- run: npm install
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm test