Skip to content

Commit

Permalink
Use node 15 Docker image on GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Feb 16, 2021
1 parent 42e9413 commit 94b78b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "node:12-slim"
image: "node:15-slim"

stages:
- test
Expand Down

0 comments on commit 94b78b4

Please sign in to comment.