silly ref

This commit is contained in:
Jon McClure 2024-01-04 18:02:04 +00:00
parent 7a2c5d9040
commit 2023040a64

View file

@ -13,15 +13,12 @@ jobs:
- id: checkout
name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.repository.default_branch }}
- id: setup-node
name: Setup Node.JS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
cache: 'yarn'
- id: cache