Skip to content

Commit 2bcc505

Browse files
committed
chore(node): manage node.js versions
1 parent 59ffafd commit 2bcc505

File tree

3 files changed

+2
-109
lines changed

3 files changed

+2
-109
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
strategy:
112112
fail-fast: true
113113
matrix:
114-
node-version: [22.x, 24.x, 25.x]
114+
node-version: [20.x, 22.x, 24.x, 25.x]
115115
steps:
116116
- name: Checkout
117117
uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
25

package-lock.json

Lines changed: 0 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)