Skip to content

Commit ef08770

Browse files
committed
feat: remove suport for node<20.18
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1dfcfcb commit ef08770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- "20.18.0" # lowest supported
162162
os:
163163
- ubuntu-latest
164-
- macos-13 # macos-latest has issues with node14
164+
- macos-latest
165165
- windows-latest
166166
timeout-minutes: 10
167167
steps:
@@ -363,7 +363,7 @@ jobs:
363363
include:
364364
- # lowest reasonable number that works
365365
typescript-version: '^4.0'
366-
nodeTypes-version: '^14'
366+
nodeTypes-version: '^20'
367367
js-type: 'cjs'
368368
env:
369369
EXAMPLE_DIR: examples/node/typescript/example.${{ matrix.js-type }}

0 commit comments

Comments
 (0)