Skip to content

Commit 2c3f355

Browse files
authored
fix: remove unused env var (CycloneDX#2310)
Signed-off-by: Adam Setch <[email protected]>
1 parent ff065d1 commit 2c3f355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repotests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
rm -rf /tmp/docker-images-* /tmp/atom-usages-* /tmp/atom-reachables-*
134134
- name: Setup pnpm
135135
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
136-
- name: Use Node.js ${{ env.NODE_VERSION }}
136+
- name: Use Node.js
137137
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
138138
with:
139139
node-version-file: .nvmrc

0 commit comments

Comments
 (0)