Skip to content

Commit 05a9edb

Browse files
authored
[semver:patch] bump patch version @roadiehq/roadie-backstage-entity-validator (#31)
* bump patch version * try upgrade with npm * bump node version in CI * use node14 in publish gh action step
1 parent 463590b commit 05a9edb

File tree

8 files changed

+36000
-38651
lines changed

8 files changed

+36000
-38651
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: 12.18.3
15+
node-version: 14.18.2
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: 12.18.3
16+
node-version: 14.18.2
1717
- run: npm install
1818
- run: npm publish
1919
env:

0 commit comments

Comments
 (0)