Skip to content

Commit 8a67d09

Browse files
committed
Update Node.js version to 20 in CI/CD pipeline
1 parent 5a88720 commit 8a67d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
cache: 'npm'
1919
- run: npm ci
2020
- run: npm run lint
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: '18'
31+
node-version: '20'
3232
cache: 'npm'
3333
- run: npm ci
3434
- run: npm audit --audit-level moderate

0 commit comments

Comments
 (0)