Skip to content

Commit

Permalink
Merge pull request #39 from Virenbar/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update devdependency @types/node to v20
  • Loading branch information
Virenbar authored Dec 6, 2023
2 parents e5ab405 + 80c4237 commit 28c220c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: "yarn"

- name: Set variables
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nuxt/eslint-config": "^0.2.0",
"@types/bootstrap": "^5.2.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.18.13",
"@types/node": "^20.10.3",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"nuxt-gtag": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1352,10 +1352,10 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^18.18.13":
version "18.18.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.13.tgz#ae0f76c0bfe79d8fad0f910b78ae3e59b333c6e8"
integrity sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g==
"@types/node@^20.10.3":
version "20.10.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030"
integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 28c220c

Please sign in to comment.