Skip to content

Commit c2aa2ea

Browse files
committed
Minor fixes for informational messages.
1 parent 56dde0a commit c2aa2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/linux-node-21/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Create a binary artifact for Node 21 on Linux'
2-
description: 'Create a binary artifact for Node 21 on Linux using node:21-buster'
2+
description: 'Create a binary artifact for Node 21 on Linux using node:21-bullseye'
33
inputs:
44
node-version:
55
description: 'Node.js version'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
8383

8484
build-linux-node-21:
85-
name: Node.js 21 on Debian Buster
85+
name: Node.js 21 on Debian Bullseye
8686
needs: create-release
8787
runs-on: ubuntu-latest
8888
continue-on-error: true

0 commit comments

Comments
 (0)