Skip to content

Commit 86312c4

Browse files
committedMar 19, 2025
ci: use node 20
1 parent 70a26d4 commit 86312c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
node: [16]
18+
node: [20]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -40,4 +40,4 @@ jobs:
4040
- name: 🟩 Coverage
4141
uses: codecov/codecov-action@v5
4242
env:
43-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)