Skip to content

Bump p-queue from 6.6.2 to 9.3.0 #196

Bump p-queue from 6.6.2 to 9.3.0

Bump p-queue from 6.6.2 to 9.3.0 #196

Workflow file for this run

name: Node Unit Tests
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22", "24"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
- name: Setup node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # 6.3.0
with:
node-version: ${{ matrix.node }}
# cache: npm
- run: npm ci
- run: npm test
env:
YARN_GPG: no