We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e7268 commit d39db23Copy full SHA for d39db23
.github/workflows/ci.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Set up Node.js
13
uses: actions/setup-node@main
14
with:
15
- node-version: 16
+ node-version: 20
16
- run: npm install
17
- run: npm test
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
18
19
- run: npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@roadiehq/backstage-entity-validator",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"author": "RoadieHQ",
5
"description": "Backstage entity validator",
6
"main": "dist/index.js",
0 commit comments