diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ddbf533..3e21228 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2.5.2 with: - node-version: '14' + node-version: '24' check-latest: true registry-url: 'https://registry.npmjs.org' - run: npm ci --quiet