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-18.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: nodejs-18
version: 18.16.0 # When bumping this, also bump the provides below!
epoch: 2
version: 18.16.1 # When bumping this, also bump the provides below!
epoch: 0
description: "JavaScript runtime built on V8 engine - LTS version"
copyright:
- license: MIT
Expand Down Expand Up @@ -31,7 +31,7 @@ pipeline:
- uses: fetch
with:
uri: https://nodejs.org/dist/v${{package.version}}/node-v${{package.version}}.tar.gz
expected-sha256: 6a4f5c5d76e5c50cef673099e56f19bc3266ae363f56ca0ab77dd2f3c5088c6d
expected-sha256: 518f4c8dc23a26d8df77288d94e254b6015d792026ff9ba0c2316af255875fa5

- name: Configure and build
runs: |
Expand Down