diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 92330ac..63f98b9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' registry-url: 'https://registry.npmjs.org' - name: Install dependencies