Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

build(deps-dev): bump rimraf from 3.0.2 to 6.0.1 #289

build(deps-dev): bump rimraf from 3.0.2 to 6.0.1

build(deps-dev): bump rimraf from 3.0.2 to 6.0.1 #289

Workflow file for this run

name: nodejs-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Test on nodejs version 14
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build --if-present