Skip to content

Commit f805e37

Browse files
authored
Update to node 22.13.1 (#64)
1 parent fde85c5 commit f805e37

File tree

5 files changed

+5
-31
lines changed

5 files changed

+5
-31
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Build (darwin)
8383
outputs:
8484
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
85-
runs-on: macos-12
85+
runs-on: macos-13
8686
env:
8787
TARGET_PLATFORM: ${{ matrix.platform }}-darwin
8888
RUBY_TARGET_PLATFORM: ${{ matrix.platform }}-darwin
@@ -352,7 +352,7 @@ jobs:
352352
# arm64
353353
name: Test (darwin)
354354
needs: build-darwin
355-
runs-on: macos-12
355+
runs-on: macos-13
356356
steps:
357357
- name: Set metadata
358358
id: set-metadata

lib/libv8/node/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Libv8
44
end
55

66
module Libv8::Node
7-
VERSION = '22.9.0.0'
8-
NODE_VERSION = '22.9.0'
7+
VERSION = '22.13.1.0'
8+
NODE_VERSION = '22.13.1'
99
LIBV8_VERSION = '12.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
1010
end

libexec/extract-node

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ cd "${src}/node-v${version}"
3232
patch -p1 < "${top}"/patch/v8-std-is-trivially-destructible.patch
3333
patch -p1 < "${top}"/patch/v8-disable-madv-dontfork.patch
3434
patch -p1 < "${top}"/patch/v8-disable-pkey.patch
35-
patch -p1 < "${top}"/patch/v8-debug-flags-hang.patch

patch/v8-debug-flags-hang.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

sums/v22.13.1.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7d5b1e84e7f3c3cebda81e2b138469eef41ba4ecf16a87fd15fc3f7afa3f701

0 commit comments

Comments
 (0)