Skip to content

Commit 923c28c

Browse files
authored
Use node 18 in coverage
1 parent 03c1906 commit 923c28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
timeout-minutes: 10
7979
steps:
8080
- uses: actions/checkout@v3
81-
- name: Use Node.js ${{ matrix.node-version }}.x
81+
- name: Use Node.js 18.x
8282
uses: actions/setup-node@v3
8383
with:
84-
node-version: ${{ matrix.node-version }}.x
84+
node-version: 18.x
8585
cache: 'yarn'
8686
- name: Install dependencies
8787
run: |

0 commit comments

Comments
 (0)