Skip to content

Commit

Permalink
Remove actions/node as it may not be needed
Browse files Browse the repository at this point in the history
Possibly required to run the versioner
  • Loading branch information
microbit-robert committed Nov 27, 2024
1 parent b177b04 commit 96626af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ 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

0 comments on commit 96626af

Please sign in to comment.