diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fe0e76d..0e9d558 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,8 +20,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: 18 - cache: 'npm' + node-version: 20 - name: Install dependencies run: npm ci