Skip to content

Commit

Permalink
Merge pull request #13 from gemini-testing/sp.dropNode
Browse files Browse the repository at this point in the history
feat(node): drop node versions less than 18
  • Loading branch information
sipayRT authored Nov 22, 2023
2 parents 70fb975 + 16365ef commit 2c7c3aa
Show file tree
Hide file tree
Showing 9 changed files with 12,446 additions and 8,293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module.exports = {
testMatch: [
"**/src/**/*.spec.ts"
],
setupFilesAfterEnv: ["jest-extended"]
setupFilesAfterEnv: ["jest-extended/all"]
};
Loading

0 comments on commit 2c7c3aa

Please sign in to comment.