Skip to content

Commit

Permalink
ci: fix .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleekr committed Sep 10, 2021
1 parent c065aa3 commit 20d34fd
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
Expand Up @@ -11,7 +11,7 @@ cache:

testing:
stage: testing
image: node:16
image: node:14
allow_failure: true
script:
- npm install
Expand Down

0 comments on commit 20d34fd

Please sign in to comment.