diff --git a/.github/workflows/actions/publish-npm/action.yml b/.github/workflows/actions/publish-npm/action.yml index a9c6b9810..462462e52 100644 --- a/.github/workflows/actions/publish-npm/action.yml +++ b/.github/workflows/actions/publish-npm/action.yml @@ -17,7 +17,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install latest npm run: npm install -g npm@latest shell: bash