Skip to content

Commit

Permalink
Merge branch 'maintain-versions'
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeliso committed Jun 25, 2024
2 parents 27be29e + de13a5f commit e189e48
Show file tree
Hide file tree
Showing 5 changed files with 787 additions and 152 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

strategy:
matrix:
node-version: ["20.8.0"]
node-version: ["20.11.0"]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 2 additions & 4 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"extension": [
"ts"
],
"require": "ts-node/register"
"$schema": "https://json.schemastore.org/mocharc.json",
"require": "tsx"
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.8.0
20.11.0
Loading

0 comments on commit e189e48

Please sign in to comment.