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-16.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: nodejs-16
version: 16.20.0
epoch: 1
version: 16.20.1
epoch: 0
description: "JavaScript runtime built on V8 engine"
copyright:
- license: MIT
Expand All @@ -28,7 +28,7 @@ pipeline:
- uses: fetch
with:
uri: https://nodejs.org/dist/v${{package.version}}/node-v${{package.version}}.tar.gz
expected-sha256: 58c10af148bce26f17417f58ab8f71b91003cae87df17cc48e9f09c94edd908f
expected-sha256: 2bb075fc4e8d75ca7955bca33e39ce67c041d53bcfff779210b62af3ac1ba385

- name: Configure and build
runs: |
Expand Down