diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d8ed0c..6cd2359 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: lts/* + node-version: '18.x' registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npx ci