Skip to content
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