Skip to content

Commit 741948d

Browse files
chore(deps): update dependency node to v22
1 parent 73ceefd commit 741948d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/inception.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: 20
14+
node-version: 22
1515
- run: npm ci
1616
- run: npm run build
1717
- uses: ./

.github/workflows/release.yml

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/setup-node@v4
1414
with:
1515
cache: npm
16-
node-version: 20
16+
node-version: 22
1717
- run: npm ci
1818
- run: npm test

0 commit comments

Comments
 (0)