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

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

Loading…
Cancel
Save