Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier committed Jan 23, 2024
1 parent d6e7268 commit d39db23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@main
with:
node-version: 16
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
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": "@roadiehq/backstage-entity-validator",
"version": "0.4.0",
"version": "0.5.0",
"author": "RoadieHQ",
"description": "Backstage entity validator",
"main": "dist/index.js",
Expand Down

0 comments on commit d39db23

Please sign in to comment.