Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bump @types/node from 22.0.0 to 22.0.2 #332

Bump @types/node from 22.0.0 to 22.0.2

Bump @types/node from 22.0.0 to 22.0.2 #332

Workflow file for this run

name: Test
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: docker-compose -f ./test/docker-compose.yml up -d
- run: npm i
- run: npm test