Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent c69c13f commit 132cb02
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:18
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
format:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:18
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
build:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:18
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:
dependencies:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:18
image: node:20
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/jest": "29.5.12",
"@types/node": "18.19.44",
"@types/node": "20.16.6",
"@types/react": "18.3.3",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
Expand Down
Loading

0 comments on commit 132cb02

Please sign in to comment.