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
+6 -2
View File
@@ -21,10 +21,12 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: 📦 Enable Corepack
run: corepack enable
- name: Yarn install
uses: Wandalen/wretry.action@master
with:
command: yarn --frozen-lockfile
command: yarn install --immutable
attempt_limit: 3
attempt_delay: 2000
- name: Lint check
@@ -48,10 +50,12 @@ jobs:
with:
node-version-file: .nvmrc
cache: yarn
- name: 📦 Enable Corepack
run: corepack enable
- name: Yarn install
uses: Wandalen/wretry.action@master
with:
command: yarn --frozen-lockfile
command: yarn install --immutable
attempt_limit: 3
attempt_delay: 2000
- name: Check & compile i18n