Skip to content

Merge pull request #93 from bryan-codaio/fix-cached-set-immediate #81

Merge pull request #93 from bryan-codaio/fix-cached-set-immediate

Merge pull request #93 from bryan-codaio/fix-cached-set-immediate #81

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '20', '22' ]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm test