Skip to content

Commit

Permalink
Minor fixes for informational messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Oct 25, 2023
1 parent 56dde0a commit c2aa2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/linux-node-21/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Create a binary artifact for Node 21 on Linux'
description: 'Create a binary artifact for Node 21 on Linux using node:21-buster'
description: 'Create a binary artifact for Node 21 on Linux using node:21-bullseye'
inputs:
node-version:
description: 'Node.js version'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

build-linux-node-21:
name: Node.js 21 on Debian Buster
name: Node.js 21 on Debian Bullseye
needs: create-release
runs-on: ubuntu-latest
continue-on-error: true
Expand Down

0 comments on commit c2aa2ea

Please sign in to comment.