diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7f567d0..8f809fc 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: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ scope: '@chatscope' - name: Install dependencies