Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Use node 12 for all riot-web jobs (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Apr 14, 2020
1 parent 0d564f4 commit d21a14e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions riot-web/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ steps:
- "yarn test"
plugins:
- docker#v3.0.1:
image: "node:10"
image: "node:12"
# This allows the test script to see what branch it's testing and check
# out the equivalent dependency branches, if they exist
propagate-environment: true
Expand All @@ -84,7 +84,7 @@ steps:
- "yarn diff-i18n"
plugins:
- docker#v3.0.1:
image: "node:10"
image: "node:12"
# This allows the test script to see what branch it's testing and check
# out the equivalent dependency branches, if they exist
propagate-environment: true
Expand All @@ -107,5 +107,5 @@ steps:
artifact_paths: "dist/riot-*.tar.gz"
plugins:
- docker#v3.0.1:
image: "node:10"
image: "node:12"
mount-buildkite-agent: false

0 comments on commit d21a14e

Please sign in to comment.