diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 00055d0..7f567d0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ scope: '@chatscope' - name: Install dependencies