Skip to content

Commit 7f24ed9

Browse files
committed
build: use Node 20, test on 18 and 20
1 parent 5310f7a commit 7f24ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ needs.deduplicate.outputs.should_skip != 'true' }}
3030
strategy:
3131
matrix:
32-
node: ['14', '16', '18']
32+
node: ['18', '20']
3333

3434
steps:
3535
- name: Get Yarn cache path

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
20.9.0

0 commit comments

Comments
 (0)