Skip to content

Commit 2173905

Browse files
authored
Merge pull request #42 from mrodrig/july24-audit-fix
July24 audit fix
2 parents c07d494 + e611672 commit 2173905

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/automated-tests-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
node: [18, 20, 21]
12+
node: [18, 20, 22]
1313

1414
steps:
1515
- uses: actions/checkout@v3

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "mrodrig",
33
"name": "doc-path",
44
"description": "A document path library for Node",
5-
"version": "4.1.1",
5+
"version": "4.1.2",
66
"homepage": "https://mrodrig.github.io/doc-path",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)