Skip to content

Commit 7474e57

Browse files
committed
update nvmrc to v22, only LTS versions
1 parent 239b75c commit 7474e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x, 22.x, 23.x]
14+
node-version: [18.x, 20.x, 22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

0 commit comments

Comments
 (0)