Skip to content

Commit 0ba3b1f

Browse files
authored
Merge pull request #1886 from dherault/fix-tests
Fix tests
2 parents a4bc472 + 491ad62 commit 0ba3b1f

4 files changed

Lines changed: 69 additions & 50 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ env:
1313

1414
jobs:
1515
build:
16-
name: "[${{ matrix.os }}] node.js v${{ matrix.node-version }}"
17-
runs-on: ${{ matrix.os }}
16+
name: "node.js v${{ matrix.node-version }}"
17+
runs-on: ubuntu-latest
1818
timeout-minutes: 40
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [macos-latest, ubuntu-latest, windows-latest]
2322
node-version: [20, 22, 24]
2423

2524
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2025 David Hérault
3+
Copyright (c) 2016-2026 David Hérault
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)