diff --git a/.github/workflows/v4_pull_request.yml b/.github/workflows/v4_pull_request.yml index 75a06a4bd..c76769f3e 100644 --- a/.github/workflows/v4_pull_request.yml +++ b/.github/workflows/v4_pull_request.yml @@ -12,10 +12,10 @@ jobs: with: ref: version-4 # setup nodejs - - name: Use Node.js 16 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: 'https://registry.npmjs.org' cache: 'npm' cache-dependency-path: package-lock.json