Skip to content

Commit 5a1fa20

Browse files
committed
bump node version
BREAKING CHANGE: minimum supported node version is now 18
1 parent 2e9229f commit 5a1fa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-node@v3
3737
with:
38-
node-version: 18
38+
node-version: 22
3939
registry-url: https://registry.npmjs.org/
4040
- run: npm ci
4141
- run: npm run release

0 commit comments

Comments
 (0)