Skip to content

Commit

Permalink
Setup node for publishing; remove specific version
Browse files Browse the repository at this point in the history
The versioner will set it from the tag.
  • Loading branch information
microbit-matt-hillsdon committed Nov 27, 2024
1 parent f70976f commit 34ddab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: 'https://registry.npmjs.org'
cache: npm
- uses: microbit-foundation/npm-package-versioner-action@v1
- run: npm publish
if: github.event_name == 'release' && github.event.action == 'created'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microbit/smoothie",
"version": "1.37.0-microbit.1",
"version": "0.0.0",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"types": "./smoothie.d.ts",
Expand Down

0 comments on commit 34ddab7

Please sign in to comment.