Skip to content

Add GitHub Actions workflow for npm package publishing#1

Closed
timalen99-commits wants to merge 1 commit into
mainfrom
timalen99-commits-patch-1
Closed

Add GitHub Actions workflow for npm package publishing#1
timalen99-commits wants to merge 1 commit into
mainfrom
timalen99-commits-patch-1

Conversation

@timalen99-commits

Copy link
Copy Markdown
Owner

This workflow triggers on release creation to run tests and publish a Node.js package to GitHub Packages.

At the moment we are not accepting contributions to the repository.

This workflow triggers on release creation to run tests and publish a Node.js package to GitHub Packages.
@github-actions

Copy link
Copy Markdown

At the moment we are not accepting contributions to the repository.

Feedback for GitHub Copilot for Xcode can be given in the Copilot community discussions.

@github-actions github-actions Bot closed this May 29, 2026
Comment on lines +12 to +21
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test

publish-gpr:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants