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 # .woodpecker.yml
steps: steps:
- name: build - name: build
image: node:14 image: node:18
commands: commands:
- npm install - npm install
- npm run build - npm run build