Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodejs-22/22.12.0 package update #35767

Merged
merged 4 commits into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nodejs-22.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: nodejs-22
version: 22.11.0
epoch: 1
version: 22.12.0
epoch: 0
description: "JavaScript runtime built on V8 engine"
dependencies:
provides:
Expand Down Expand Up @@ -42,7 +42,7 @@ pipeline:
with:
repository: https://github.com/nodejs/node.git
tag: v${{package.version}}
expected-commit: 4e0f2773ff9465148a654dd0a2c1668104c20fec
expected-commit: ccba1a1cc89fa57ef231ec74cf78baaf5e477621

- name: Configure and build
runs: |
Expand Down
Loading