Use node 20
All checks were successful
Deploy To Stage / build (push) Successful in 46s
Deploy To Stage / deploy (push) Successful in 15s

This commit is contained in:
Ethan Lane 2024-12-10 11:06:01 +00:00
parent 1cace42983
commit ed52f3e3dc

View file

@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test