Skip to content

Commit 270bfec

Browse files
committed
chore(deps): update Node.js to v22.12.0
1 parent a53afb9 commit 270bfec

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22.12.0
2424
cache: pnpm
2525

2626
- name: Install dependencies
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Node.js
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 20
44+
node-version: 22.12.0
4545
cache: pnpm
4646

4747
- name: Install dependencies
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Node.js
6363
uses: actions/setup-node@v4
6464
with:
65-
node-version: 20
65+
node-version: 22.12.0
6666
cache: pnpm
6767

6868
- name: Install dependencies
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install Node.js
8484
uses: actions/setup-node@v4
8585
with:
86-
node-version: 20
86+
node-version: 22.12.0
8787
cache: pnpm
8888

8989
- name: Install dependencies

.github/workflows/create-github-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22.12.0
2525
cache: pnpm
2626

2727
- name: Setup Bun Runtime

.github/workflows/create-release-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 22.12.0
2626
cache: pnpm
2727

2828
- name: Install dependencies

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.12.0

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You'll need the following tools:
1212

1313
- [Git](https://git-scm.com/)
1414
- [Node.JS](https://nodejs.org/en/download/prebuilt-binaries), x64 or ARM64, version >=20.x
15-
- [Bun](https://bun.sh/). optionally, if you do not choose to build the firefox extension
15+
- [Bun](https://bun.sh/)
1616

1717
### Development container
1818

0 commit comments

Comments
 (0)