Fixed node docker container version in Woodpecker config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-11-17 00:08:39 -05:00
parent 51fe19f12c
commit e1f78e9b32

View File

@ -1,6 +1,6 @@
pipeline: pipeline:
tests: tests:
image: node:1.18 image: node:18
commands: commands:
- "npm install" - "npm install"
- "npm run lint" - "npm run lint"