upgrade: nodejs to v20 (#1535)

This commit is contained in:
Tonye Jack
2023-09-04 15:29:37 -06:00
committed by GitHub
parent d68a6666be
commit 48566bbcc2
6 changed files with 75 additions and 82 deletions

View File

@@ -52,11 +52,11 @@ jobs:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3.8.1
with:
cache: 'yarn'
node-version: '16.x'
node-version: '20.x'
- name: Create coverage directory and clover.xml
run: |