Skip to content

rebuild action with new node version (#22) #224

rebuild action with new node version (#22)

rebuild action with new node version (#22) #224

Workflow file for this run

# name: Self check
on: [push]
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
babashka-version: [0.5.0, 1.1.172, 1.3.189]
steps:
- name: Setup Babashka
id: setup-babashka
uses: turtlequeue/setup-babashka@main
with:
babashka-version: ${{ matrix.babashka-version }}
- name: Check if bb runs fine
run: bb --version
- name: Setup Babashka from cache
id: setup-babashka-2
uses: turtlequeue/setup-babashka@main
with:
babashka-version: ${{ matrix.babashka-version }}
- name: Check if bb runs fine from cache
run: bb --version