Skip to content

Commit

Permalink
chore(deps): update node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2023
1 parent 1775f3e commit 62e0e8a
Showing 1 changed file with 4 additions and 4 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:21
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
format:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:16
image: node:21
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
build:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:16
image: node:21
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
dependencies:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:16
image: node:21
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 62e0e8a

Please sign in to comment.