Use node v20 on test script
All checks were successful
Test / build (push) Successful in 22s

This commit is contained in:
Ethan Lane 2025-04-18 14:36:04 +01:00
parent 01f653bdcc
commit 454b9276ca

View file

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