diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 823aec7..6bc8475 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: node-version: '20.12.x' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm - - run: npm ci + - run: npm i - run: npm run build - run: | VERSION=$(node -p "require('./package.json').version") diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..918fa4a --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmmirror.com/ \ No newline at end of file