mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2024-11-17 06:09:25 +08:00
Update node version in woodpecker
This commit is contained in:
parent
3329831109
commit
a28ae19e1f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# .woodpecker.yml
|
||||
steps:
|
||||
- name: build
|
||||
image: node:14
|
||||
image: node:18
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
|
Loading…
Reference in a new issue