Skip to content

Commit 565aa17

Browse files
committed
feat: node version
1 parent 6c683e0 commit 565aa17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Set up Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18'
22+
node-version: 20
2323

2424
- name: Install dependencies
2525
run: yarn install

0 commit comments

Comments
 (0)