Skip to content

Commit 214e1c4

Browse files
authored
Upgrade to Node 22.18 (#330)
1 parent c82259b commit 214e1c4

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111

12-
- name: Use Node.js v20.14
12+
- name: Use Node.js v22.18
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 20.14
15+
node-version: 22.18
1616
cache: 'npm'
1717

1818
- name: Install dependencies

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16-
- name: Use Node.js v20.14
16+
- name: Use Node.js v22.18
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20.14
19+
node-version: 22.18
2020
cache: 'npm'
2121

2222
- name: Install dependencies

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.14
1+
22.18

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you feel another member of the community violated our CoC or you are experien
3535

3636
## Troubleshooting
3737

38-
Make sure that you use Node v20.14 _exactly_, otherwise, the unit tests will probably fail. Node's localisation data for the `Intl.NumberFormat` API tends to change between minor versions.
38+
Make sure that you use Node v22.18 _exactly_, otherwise, the unit tests will probably fail. Node's localisation data for the `Intl.NumberFormat` API tends to change between minor versions.
3939

4040
## Release process
4141

package-lock.json

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)