ci: update node version for test workflow
continuous-integration/drone/push Build is failing Details

pull/1/head
Guus van Meerveld 9 months ago
parent d966e9a909
commit d7553617b8

@ -8,10 +8,10 @@ platform:
steps:
- name: Test the newest commit
image: node:16-alpine
image: node:20-alpine
volumes:
- name: cache
path: /drone/src/node_modules
- name: cache
path: /drone/src/node_modules
commands:
- yarn install
- yarn run prisma:generate

Loading…
Cancel
Save