Skip to content

Commit 459417c

Browse files
ci: update Node.js version for GitHub Actions to v22 and improve workflow names (#168)
1 parent b00ac74 commit 459417c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI (format)
1+
name: Format
22

33
on:
44
push:
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [21.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI (lint)
1+
name: Lint
22

33
on:
44
push:
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [21.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)