update github actions

pull/134/head
Alex Kern 1 year ago
parent eeb1869cfc
commit 4e6b8e7c18
No known key found for this signature in database
GPG Key ID: EF051FACCACBEE25

@ -4,12 +4,12 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14
- run: npm i -g yarn@1
- run: yarn
- run: yarn lint
- run: yarn build
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm lint
- run: pnpm build

Loading…
Cancel
Save