Skip to content

Commit b4d8cde

Browse files
committed
ci: align GitHub Actions with Node 24 and new CI standards
1 parent ad55312 commit b4d8cde

3 files changed

Lines changed: 2 additions & 24 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
- name: Install
1818
run: npm install
1919
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js
1616
uses: actions/setup-node@v2
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
- name: Install
2020
run: npm install
2121
- name: Test

0 commit comments

Comments
 (0)