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: steps:
- name: Test the newest commit - name: Test the newest commit
image: node:16-alpine image: node:20-alpine
volumes: volumes:
- name: cache - name: cache
path: /drone/src/node_modules path: /drone/src/node_modules
commands: commands:
- yarn install - yarn install
- yarn run prisma:generate - yarn run prisma:generate

Loading…
Cancel
Save