Skip to content

Commit cbff48f

Browse files
authored
build: Upgrade to Node 20 (#242)
1 parent 9bdf3d7 commit cbff48f

File tree

3 files changed

+4
-406
lines changed

3 files changed

+4
-406
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
node: [18, 20]
15-
continue-on-error: ${{ matrix.node == 20 }}
1615

1716
steps:
1817
- name: Checkout

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)