diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ef58b9e..fd887ef 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,6 +12,6 @@ jobs: needs: lint uses: yoriiis/actions/.github/workflows/npm-publish.yml@main with: - node-version: 16 + node-version: 20 secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file