Skip to content

Commit 9c19fe2

Browse files
doc: fix build status badge (#1024)
1 parent 46d35ae commit 9c19fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
citgm is a simple tool for pulling down an arbitrary module from npm and testing
44
it using a specific version of the node runtime.
55

6-
[![Build Status](https://github.com/nodejs/citgm/workflows/Node.js%20CI/badge.svg?branch=main)](https://github.com/nodejs/citgm/actions?query=workflow%3A%22Node.js+CI%22)
6+
[![Build Status](https://github.com/nodejs/citgm/actions/workflows/nodejs.yml/badge.svg?branch=main)](https://github.com/nodejs/citgm/actions/workflows/nodejs.yml)
77

88
The Node.js project uses citgm to smoke test our releases and controversial
99
changes. The Jenkins job that utilizes citgm can be found

0 commit comments

Comments
 (0)