Skip to content

Commit 2ff2cb8

Browse files
authored
Merge pull request #388 from tschaub/updates
Stop testing on Node 12 and 14
2 parents 6e84d5b + ea6e334 commit 2ff2cb8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
- macos-latest
2525
- windows-latest
2626
node:
27-
- 12
28-
- 14
2927
- 16
3028
- 18
3129

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ When you require `mock-fs`, Node's own `fs` module is patched to allow the bindi
270270

271271
Mock file access is controlled based on file mode where `process.getuid()` and `process.getgid()` are available (POSIX systems). On other systems (e.g. Windows) the file mode has no effect.
272272

273-
Tested on Linux, OSX, and Windows using Node 12 through 16. Check the tickets for a list of [known issues](https://github.com/tschaub/mock-fs/issues).
273+
Tested on Linux, OSX, and Windows using Node 16 through 18. Check the tickets for a list of [known issues](https://github.com/tschaub/mock-fs/issues).
274274

275275
### Using with Jest Snapshot Testing
276276

0 commit comments

Comments
 (0)