Skip to content

Commit 7d966fe

Browse files
committed
chore(poc): update ci to node 20
1 parent 9627834 commit 7d966fe

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
node: ['16.x', '18.x']
21+
node: ['18.x', '20.x']
2222
os: [ubuntu-latest]
2323

2424
steps:

0 commit comments

Comments
 (0)