Skip to content

Commit

Permalink
Drop node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed May 7, 2022
1 parent 18d5601 commit c2bbd82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -143,7 +143,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions lib/sinon/default-behaviors.js
Expand Up @@ -269,6 +269,7 @@ var defaultBehaviors = {
Object.defineProperty(rootStub.rootObj, rootStub.propName, {
value: newVal,
enumerable: true,
writable: true,
configurable:
rootStub.shadowsPropOnPrototype ||
isPropertyConfigurable(rootStub.rootObj, rootStub.propName),
Expand Down

0 comments on commit c2bbd82

Please sign in to comment.