Skip to content

Commit 07f84fc

Browse files
Update dependency node to v22
1 parent ae91497 commit 07f84fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-assurance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 22
3030
cache: 'npm'
3131
- run: npm ci --no-audit
3232
- run: npx eslint .
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: 18
40+
node-version: 22
4141
cache: 'npm'
4242
- run: npm ci --no-audit
4343
- run: npm run build

0 commit comments

Comments
 (0)