Skip to content

Commit bb23b91

Browse files
chore(deps): update dependency node to v22
1 parent 0f83a01 commit bb23b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 16
14+
node-version: 22
1515
cache: npm
1616
- run: npm ci
1717
- uses: azure/login@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
cache: npm
18-
node-version: 16
18+
node-version: 22
1919
- run: npm ci
2020
- run: npm test

0 commit comments

Comments
 (0)