Skip to content

Commit

Permalink
Merge branch 'main' into vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Sep 11, 2024
2 parents 7ca2b17 + 2fcf8f1 commit e22eece
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8,580 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install modules
run: npm install
run: yarn
- name: Build
run: npm run build
run: yarn build
- name: Publish to npm
run: npm publish --access public
run: yarn npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @grafana/pyroscope-nodejs
* @grafana/pyroscope-nodejs @grafana/pyroscope-team
Loading

0 comments on commit e22eece

Please sign in to comment.