Skip to content

Commit

Permalink
Feat/bump backstage (#31)
Browse files Browse the repository at this point in the history
* bump backstage version

* upgrade plugin version

* fix tests

* installing latest types to fix jsx-runtime error

* fix type error with react

* ts ignore

* installing latest types to fix jsx-runtime error

* fix command

* update node

* update node

* update node

* npm publish

* publish on merge

* fix yarn lock conflicts

Co-authored-by: npeixoto <[email protected]>
  • Loading branch information
natalyapeixoto and npeixoto authored Dec 13, 2022
1 parent 37b74c9 commit 401cc62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Node.js Package
on:
release:
types: [created]
push:
branches: [ "main" ]

jobs:
publish-npm:
Expand All @@ -14,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn install:ci
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8432,6 +8432,15 @@ loader-utils@^2.0.0, loader-utils@^2.0.4:
emojis-list "^3.0.0"
json5 "^2.1.2"

loader-utils@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"
json5 "^2.1.2"

loader-utils@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f"
Expand Down

0 comments on commit 401cc62

Please sign in to comment.