update CI

This commit is contained in:
Samuel Newman
2026-02-04 13:22:44 -06:00
parent 65580fecbf
commit 6831a46a8c
7 changed files with 40 additions and 13 deletions
+4 -1
View File
@@ -26,6 +26,9 @@ jobs:
with:
node-version-file: .nvmrc
- name: 📦 Enable Corepack
run: corepack enable
- name: Reset yarn.lock to base
env:
BASE_REF: ${{ github.base_ref }}
@@ -35,7 +38,7 @@ jobs:
uses: Wandalen/wretry.action@master
with:
# Fine to skip scripts since we don't run any code
command: yarn install --ignore-scripts
command: yarn install --skip-builds
attempt_limit: 3
attempt_delay: 2000