From 7b957435bc22664b8c87589b16c7cb255963e69c Mon Sep 17 00:00:00 2001 From: Sebastiaan Marynissen Date: Thu, 5 Dec 2024 12:33:00 +0100 Subject: [PATCH] Try to fix publish --- .github/workflows/publish.yml | 4 ++-- package.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d10aeb2..d26bf8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,12 +15,12 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: npm - run: npm install -g npm@latest - run: npm i - run: npm test - - run: npm whoami; npm publish smart-arraybuffer --provenance --access public + - run: npm whoami; npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} diff --git a/package.json b/package.json index 5db9f70..3e7f4f4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "tsx": "^4.19.2", "typescript": "^5.7.2" }, - "typings": "typings/smart-arraybuffer.d.ts", "dependencies": {}, "scripts": { "prepublish": "npm install -g typescript && npm run build",