Update node version in woodpecker

This commit is contained in:
Keannu Bernasol 2023-12-04 19:26:01 +08:00
parent 3329831109
commit a28ae19e1f

View file

@ -1,7 +1,7 @@
# .woodpecker.yml
steps:
- name: build
image: node:14
image: node:18
commands:
- npm install
- npm run build