Skip to content

Fix Node.js 20

Fix Node.js 20 #7

name: Pull request validation
on:
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
call-workflow:
strategy:
matrix:
switch: [current]
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
with:
github-pages: false
package-name: version-from-git
skip-integration-test: true
switch: ${{ matrix.switch }}