Skip to content

Bump @types/node from 17.0.33 to 22.9.3 #15

Bump @types/node from 17.0.33 to 22.9.3

Bump @types/node from 17.0.33 to 22.9.3 #15

Workflow file for this run

name: 'CI'
on:
pull_request:
push:
paths-ignore:
- '**.md'
- '**.org'
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
qob_version: [0.1.0, snapshot]
steps:
- uses: cachix/install-nix-action@v30
if: runner.os != 'Windows'
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup SBCL
if: runner.os != 'Windows'
run: |
nix profile install nixpkgs#sbcl
- uses: actions/checkout@v4
- uses: ./
with:
version: ${{ matrix.qob_version }}
- name: Check Qob version
run: qob --version