Skip to content

Commit

Permalink
chore: Update the tests to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Apr 25, 2023
1 parent 22bb752 commit a9ccdae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ steps:
from_secret: GH_TOKEN

- name: npm-install
image: livingdocs/editor-base:8.2
image: livingdocs/editor-base:18
commands: ["npm install"]

- name: test
image: livingdocs/editor-base:8.2
image: livingdocs/editor-base:18
commands: ["npm run test:ci -s"]

- name: release
Expand All @@ -32,6 +32,6 @@ trigger:
event: [push]
---
kind: signature
hmac: 248c6c396d3cce5d93b7f42727f9579b8381719ea39a04446b93b85599e64894
hmac: 8106a8978255d0eb49304dbc786c39a6c35572c8251d4246e2da0014cf2d207d

...

0 comments on commit a9ccdae

Please sign in to comment.