Skip to content

Commit d39db23

Browse files
committed
Release
1 parent d6e7268 commit d39db23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Set up Node.js
1313
uses: actions/setup-node@main
1414
with:
15-
node-version: 16
15+
node-version: 20
1616
- run: npm install
1717
- run: npm test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@main
1515
with:
16-
node-version: 16
16+
node-version: 20
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install
1919
- run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roadiehq/backstage-entity-validator",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "RoadieHQ",
55
"description": "Backstage entity validator",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)