This commit is contained in:
Evan Simkowitz
2024-09-12 16:03:49 -07:00
parent 5b176db040
commit 09e9cf61a8
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -18,9 +18,10 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- name: Install yarn
run: corepack enable && yarn install
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
+3 -2
View File
@@ -17,9 +17,10 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: yarn
- name: Install yarn
run: corepack enable && yarn install
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website