Skip to content

Commit e9357e6

Browse files
authored
Merge pull request #76 from manicmaniac/renovate/node-22.x
Update dependency node to v22
2 parents 5ef378b + 9f4a7e8 commit e9357e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 16
24+
node-version: 22
2525
cache: npm
2626
- run: npm ci
2727
- run: npm run build

.github/workflows/preview.yml

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

0 commit comments

Comments
 (0)