Skip to content

Commit

Permalink
Update to node 22.13.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis authored Jan 30, 2025
1 parent fde85c5 commit f805e37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Build (darwin)
outputs:
GEM_VERSION: ${{ steps.set-metadata.outputs.GEM_VERSION }}
runs-on: macos-12
runs-on: macos-13
env:
TARGET_PLATFORM: ${{ matrix.platform }}-darwin
RUBY_TARGET_PLATFORM: ${{ matrix.platform }}-darwin
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
# arm64
name: Test (darwin)
needs: build-darwin
runs-on: macos-12
runs-on: macos-13
steps:
- name: Set metadata
id: set-metadata
Expand Down
4 changes: 2 additions & 2 deletions lib/libv8/node/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Libv8
end

module Libv8::Node
VERSION = '22.9.0.0'
NODE_VERSION = '22.9.0'
VERSION = '22.13.1.0'
NODE_VERSION = '22.13.1'
LIBV8_VERSION = '12.4.254.21' # from src/node-.../deps/v8/include/v8-version.h
end
1 change: 0 additions & 1 deletion libexec/extract-node
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ cd "${src}/node-v${version}"
patch -p1 < "${top}"/patch/v8-std-is-trivially-destructible.patch
patch -p1 < "${top}"/patch/v8-disable-madv-dontfork.patch
patch -p1 < "${top}"/patch/v8-disable-pkey.patch
patch -p1 < "${top}"/patch/v8-debug-flags-hang.patch
26 changes: 0 additions & 26 deletions patch/v8-debug-flags-hang.patch

This file was deleted.

1 change: 1 addition & 0 deletions sums/v22.13.1.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e7d5b1e84e7f3c3cebda81e2b138469eef41ba4ecf16a87fd15fc3f7afa3f701

0 comments on commit f805e37

Please sign in to comment.