Skip to content

Commit d206e9c

Browse files
authored
Merge pull request #66 from Automattic/nodejs/24
Update build.yml to include Node.js 24
2 parents 55f9bf7 + 03a71f4 commit d206e9c

12 files changed

Lines changed: 9 additions & 5 deletions

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25+
# https://nodejs.org/en/about/previous-releases
2526
node-version:
26-
- '18'
2727
- '20'
2828
- '22'
29+
- '24'
2930

3031
# https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job#choosing-github-hosted-runners
3132
runs-on: ubuntu-22.04
@@ -70,7 +71,8 @@ jobs:
7071
# copy it to the repository clone
7172
cp /tmp/yara-v${PACKAGE_VERSION}-* ./binaries
7273
73-
npm publish --dry-run
74+
# see what will be included in the npm package
75+
npm pack
7476
7577
- name: git status
7678
run: |
@@ -93,10 +95,11 @@ jobs:
9395
strategy:
9496
fail-fast: false
9597
matrix:
98+
# https://nodejs.org/en/about/previous-releases
9699
node-version:
97-
- '18'
98100
- '20'
99101
- '22'
102+
- '24'
100103
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
101104
os:
102105
- 'macos-14-large' # x64

.github/workflows/debian-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
node-version:
15-
- '18'
1615
- '20'
16+
- '22'
17+
- '24'
1718
container:
1819
- 'debian:buster-slim'
1920
- 'debian:bullseye-slim'
562 KB
Binary file not shown.
571 KB
Binary file not shown.
571 KB
Binary file not shown.
587 KB
Binary file not shown.
599 KB
Binary file not shown.
600 KB
Binary file not shown.
281 KB
Binary file not shown.
282 KB
Binary file not shown.

0 commit comments

Comments
 (0)