Skip to content

Commit 8614116

Browse files
chore(deps): update dependency node to v22
1 parent 91e243a commit 8614116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: actions/setup-node@v4
1010
with:
11-
node-version: '20.19.0'
11+
node-version: '22.14.0'
1212
cache: 'yarn'
1313
- run: yarn install --frozen-lockfile
1414
- run: yarn run test

0 commit comments

Comments
 (0)