We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dde0a commit c2aa2eaCopy full SHA for c2aa2ea
.github/actions/linux-node-21/action.yml
@@ -1,5 +1,5 @@
1
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'
+description: 'Create a binary artifact for Node 21 on Linux using node:21-bullseye'
3
inputs:
4
node-version:
5
description: 'Node.js version'
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
83
84
build-linux-node-21:
85
- name: Node.js 21 on Debian Buster
+ name: Node.js 21 on Debian Bullseye
86
needs: create-release
87
runs-on: ubuntu-latest
88
continue-on-error: true
0 commit comments