Skip to content

Commit

Permalink
Begin testing Node.js 20.x now that Logs tests no longer rely on `moc…
Browse files Browse the repository at this point in the history
…k-tmp`
  • Loading branch information
ryanblock committed Dec 8, 2023
1 parent a100801 commit 1854ad5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 14.x, 16.x, 18.x, 20.x ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]

# Go
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"aws-sdk-mock": "~5.8.0",
"cross-env": "~7.0.3",
"eslint": "^8.47.0",
"mock-fs": "~5.2.0",
"mock-require": "~3.0.3",
"mock-tmp": "~0.0.2",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 1854ad5

Please sign in to comment.