Skip to content

build(deps): bump write-file-atomic from 3.0.3 to 5.0.1 #226

build(deps): bump write-file-atomic from 3.0.3 to 5.0.1

build(deps): bump write-file-atomic from 3.0.3 to 5.0.1 #226

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install
run: npm install
- name: Test
run: npm test