Skip to content

Commit 687c371

Browse files
authored
Merge pull request #247 from rezstream/node-22-and-23
Update node versions
2 parents 4e8876c + 8da274d commit 687c371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
node:
20-
- 20
21-
- 21
20+
- 22
21+
- 23
2222
os:
2323
- macos-latest
2424
- ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
FORCE_COLOR: 3
10-
NODE_VERSION: 20
10+
NODE_VERSION: 22
1111

1212
jobs:
1313
publish:

0 commit comments

Comments
 (0)