Skip to content

Bump tmp from 0.2.1 to 0.2.4 (#9) #71

Bump tmp from 0.2.1 to 0.2.4 (#9)

Bump tmp from 0.2.1 to 0.2.4 (#9) #71

Workflow file for this run

on:
push:
branches:
- main
pull_request:
# Ref:
# https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
- run: xvfb-run -a npm test