Skip to content

Commit 26d3f62

Browse files
chore(deps): update dependency node to v22
1 parent 9395a23 commit 26d3f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
cache: npm
14-
node-version: 16
14+
node-version: 22
1515
- run: npm ci
1616
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
cache: npm
19-
node-version: 16
19+
node-version: 22
2020
- run: git checkout routes-update || true
2121
- run: npm ci
2222
- run: rm -rf docs/

0 commit comments

Comments
 (0)