Skip to content

Update dependency @types/node to ^20.17.10 (#99) #95

Update dependency @types/node to ^20.17.10 (#99)

Update dependency @types/node to ^20.17.10 (#99) #95

Workflow file for this run

name: Release (NPM)
on:
push:
branches: ['main']
jobs:
static-checks-npm:
uses: digicatapult/shared-workflows/.github/workflows/static-checks-npm.yml@main
with:
matrix_commands: '["lint", "depcheck", "check"]'
tests-npm:
uses: digicatapult/shared-workflows/.github/workflows/tests-npm.yml@main
with:
tests: '["test"]'
docker_compose_file: ""
release-npm:
needs: [static-checks-npm, tests-npm]
uses: digicatapult/shared-workflows/.github/workflows/release-module-npm.yml@main
with:
npm_build: true
permissions:
contents: write
secrets:
REGISTRY_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
release-github:

Check failure on line 24 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release (NPM)

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 24, Col: 3): Error calling workflow 'digicatapult/shared-workflows/.github/workflows/release-github.yml@main'. The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
needs: [release-npm]
uses: digicatapult/shared-workflows/.github/workflows/release-github.yml@main
permissions:
contents: write
secrets: inherit