Skip to content

build(deps): bump unique-random-array from 2.0.0 to 4.0.0 #315

build(deps): bump unique-random-array from 2.0.0 to 4.0.0

build(deps): bump unique-random-array from 2.0.0 to 4.0.0 #315

Workflow file for this run

name: pull_request
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
if: github.ref != 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- name: Test
run: npm test