Merge pull request #41 from rancher/bump-drone-node-version

Update node version to 16
This commit is contained in:
Phillip Rak 2023-05-23 10:41:52 -07:00 committed by GitHub
commit a4fd70101e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ trigger:
steps:
- name: build
pull: default
image: node:14
image: node:16
environment:
VERSION: ${DRONE_TAG##v}
commands: