Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

chore(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0 #599

chore(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0

chore(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0 #599

Workflow file for this run

name: "Test"
on: push
permissions:
contents: read
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 18.x
- run: npm ci
- run: npm test