Skip to content

Commit c7d488c

Browse files
chore(deps): update node.js to v20.18.1 (#255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77c25eb commit c7d488c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: node:20.18.0
12+
image: node:20.18.1
1313
# this is the user that CI uses, which is needed to generate files within the repo directory
1414
options: --user 1001
1515

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.0
1+
20.18.1

package-lock.json

Lines changed: 4 additions & 4 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
@@ -53,7 +53,7 @@
5353
"@types/chai": "4.3.20",
5454
"@types/chai-as-promised": "7.1.8",
5555
"@types/mocha": "10.0.10",
56-
"@types/node": "20.17.5",
56+
"@types/node": "20.17.11",
5757
"@typescript-eslint/eslint-plugin": "5.61.0",
5858
"@typescript-eslint/parser": "5.61.0",
5959
"chai": "4.5.0",

0 commit comments

Comments
 (0)