Skip to content

Commit b8b8bf5

Browse files
committed
CI: add Node.js 22
1 parent c5e565f commit b8b8bf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
node: [18, 20]
22+
node: [18, 20, 22]
2323
os: [ubuntu-latest, windows-latest]
2424

2525
steps:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 2
7-
NODE: 20 # The Node.js version to run lint on
7+
NODE: 22 # The Node.js version to run lint on
88

99
jobs:
1010
run:

0 commit comments

Comments
 (0)