diff --git a/.github/workflows/publish-buildsystem.yml b/.github/workflows/publish-buildsystem.yml index ac6568ebd..0cdbb0233 100644 --- a/.github/workflows/publish-buildsystem.yml +++ b/.github/workflows/publish-buildsystem.yml @@ -16,10 +16,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