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

@@ -21,6 +21,13 @@ jobs:
only_major: true
paths: |
README.md
- name: Sync release package version.
uses: tj-actions/sync-release-version@v13
id: sync-release-package-version
with:
pattern: '"version": "'
paths: |
package.json
- name: Run git-cliff
uses: tj-actions/git-cliff@v1
- name: Create Pull Request

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: |