Skip to content

Commit 9481526

Browse files
authored
chore: Bump to Node 22 (#164)
* chore: Bump to Node 22 * That too
1 parent 175ce21 commit 9481526

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v5
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
cache: yarn
2020

2121
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v5
1717
with:
18-
node-version: 18
18+
node-version: 22
1919
cache: yarn
2020

2121
- name: Install dependencies

.nvmrc

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
]
4848
},
4949
"engines": {
50-
"node": ">=18.0"
50+
"node": ">=22.0"
5151
}
5252
}

0 commit comments

Comments
 (0)