Skip to content

Commit 3cf5d22

Browse files
committed
ci: test in node 20
1 parent 270bbef commit 3cf5d22

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
node: [18]
18+
node: [20]
1919

2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: lts/*
2323

2424
- run: npx changelogithub
2525
env:

0 commit comments

Comments
 (0)