From f7cc551c94132925c11bf6ebe8f30d1f8c70491f Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Wed, 25 Oct 2023 22:23:55 +0100 Subject: [PATCH] Use npm (#11) --- .github/workflows/test.yml | 7 +------ package-lock.json | 5 ++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f233f8..7549bdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - name: Create .npmrc - run: | - echo '@restatedev:registry=https://npm.pkg.github.com/' > .npmrc - echo '//npm.pkg.github.com/:_authToken=${GH_PACKAGE_READ_ACCESS_TOKEN}' >> .npmrc + registry-url: 'https://registry.npmjs.org' - run: npm ci - env: - GH_PACKAGE_READ_ACCESS_TOKEN: ${{ secrets.GH_PACKAGE_READ_ACCESS_TOKEN }} - run: npm run verify diff --git a/package-lock.json b/package-lock.json index 843c579..5500d04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -600,9 +600,8 @@ }, "node_modules/@restatedev/restate-sdk": { "version": "0.4.0", - "resolved": "https://npm.pkg.github.com/download/@restatedev/restate-sdk/0.4.0/12c9651c7a9298a847e29213cc62c178e4a2e1e5", - "integrity": "sha512-IImMMte61C4GZxrOiCjznkqwhPWWd7DTLMfEANw9kQaeE8xt3EdgDhHV6heTOq4xdZAIxfZfjnUUK32kW80xdA==", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-0.4.0.tgz", + "integrity": "sha512-MeywjoPz/aFeK6XjZxpZ8+ZPhHMmMz0XrK0P4Ran4U5W8LdgDof47Q4HsqmDig8XXMBrRaLpe5+p2b0GBA+95w==", "dependencies": { "protobufjs": "^7.2.2", "ts-proto": "^1.140.0"