diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 77fc784..20c6203 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version: '20.x' registry-url: https://registry.npmjs.org/ cache: 'npm' - run: npm ci diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index ee09fac..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v20.11.1