a
Some checks failed
Build and Deploy docker container / build (push) Failing after 40s

This commit is contained in:
Jonathan Branan 2024-11-02 21:27:21 -05:00
parent c4887b206a
commit 4145aede62

View File

@ -18,6 +18,14 @@ jobs:
with:
patterns: |-
**/yarn.lock
- uses: actions/checkout@v4
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache-dependency-path: 'yarn.lock'
- name: Install Yarn
run: npm install -g yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
@ -29,15 +37,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ steps.get-hash.outputs.matched-files }}
restore-keys: |
${{ runner.os }}-yarn-
- uses: actions/checkout@v4
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache-dependency-path: 'yarn.lock'
- name: Install Yarn
run: npm install -g yarn
- run: yarn
- run: EXPORT=1 UNOPTIMIZED=1 yarn build