Upgrading woodpecker node.

This commit is contained in:
Dessalines 2023-06-06 20:53:49 -04:00
parent c8d48ab24f
commit 42aedc326a

View file

@ -1,6 +1,6 @@
pipeline: pipeline:
fetch_git_submodules: fetch_git_submodules:
image: node:14-alpine image: node:alpine
commands: commands:
- apk add git - apk add git
- git submodule init - git submodule init
@ -8,17 +8,17 @@ pipeline:
# - git fetch --tags # - git fetch --tags
yarn: yarn:
image: node:14-alpine image: node:alpine
commands: commands:
- yarn - yarn
yarn_lint: yarn_lint:
image: node:14-alpine image: node:alpine
commands: commands:
- yarn lint - yarn lint
yarn_build_dev: yarn_build_dev:
image: node:14-alpine image: node:alpine
commands: commands:
- yarn build:dev - yarn build:dev