Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef601db

Browse files
authoredJul 1, 2023
chore: 🤖 update dependency node to v18.16.1
1 parent 1ddb6ab commit ef601db

File tree

4 files changed

+31
-27
lines changed

4 files changed

+31
-27
lines changed
 

‎.github/workflows/build-action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node environment
1616
uses: Exlint/node-environment@v1.2.6
1717
with:
18-
node-version: 18.16.0
18+
node-version: 18.16.1
1919
package-manager: pnpm
2020
package-manager-version: 7.33.0
2121

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.16.0
1+
18.16.1

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@commitlint/cli": "17.6.3",
4949
"@exlint.io/inflint": "1.2.10",
50-
"@types/node": "18.16.16",
50+
"@types/node": "18.16.19",
5151
"@typescript-eslint/eslint-plugin": "5.59.7",
5252
"@typescript-eslint/parser": "5.59.7",
5353
"@vercel/ncc": "0.36.1",

‎pnpm-lock.yaml

+28-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.