Skip to content

Commit d631875

Browse files
chore(ci): update node-version to 20
1 parent 184f020 commit d631875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '18'
15+
node-version: '20'
1616
cache: 'npm'
1717
- name: Install dependencies
1818
run: npm ci

0 commit comments

Comments
 (0)