Skip to content

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory #25

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory

Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory #25

name: Pull Request Testing of the Verse.db (Production)
on:
pull_request:
jobs:
Deploy:
runs-on: ubuntu-latest
environment: production
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: npm i
- name: Run Tests
run: npm run test