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.
2 parents e258eba + cda2c32 commit 2624f35Copy full SHA for 2624f35
nodejs-18.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: nodejs-18
3
version: 18.18.1 # When bumping this, also bump the provides below!
4
- epoch: 0
+ epoch: 1
5
description: "JavaScript runtime built on V8 engine - LTS version"
6
copyright:
7
- license: MIT
@@ -36,6 +36,10 @@ pipeline:
36
uri: https://nodejs.org/dist/v${{package.version}}/node-v${{package.version}}.tar.gz
37
expected-sha256: f882080b1a5ee2fd5078521ec3016cb8472740d671d19465d377207d671af372
38
39
+ - uses: patch
40
+ with:
41
+ patches: nghttp2.patch
42
+
43
- name: Configure and build
44
runs: |
45
# Add defines recommended in libuv readme.
0 commit comments