Skip to content

Commit fa64580

Browse files
authored
breaking CI as pre-req for v20 node migration (#205)
1 parent 2010346 commit fa64580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [16.x]
21+
node-version: [20.x]
2222
steps:
2323
- name: Checkout non PR
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)