Skip to content

Commit 481713d

Browse files
authored
STCLI-266 loose GA workflow dependency (#381)
Loosen GA workflow dependency to `@1`. This allows us to use a version that avoids trying to check the validity of a non-existent module descriptor. Refs [STCLI-266](https://folio-org.atlassian.net/browse/STCLI-266)
1 parent 2258a82 commit 481713d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
ui:
9-
uses: folio-org/.github/.github/workflows/ui.yml@v1.1
9+
uses: folio-org/.github/.github/workflows/ui.yml@v1
1010
secrets: inherit
1111
with:
1212
jest-enabled: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Check for `main` branch in `stripes platform pull` command. Refs STCLI-258.
88
* *BREAKING* bump `@folio/stripes-webpack` to `6.0.0`.
99
* *BREAKING* bump `@folio/eslint-config-stripes` to `8.0.0`.
10+
* Loosen GA workflow dependency to `@1` for `^1.0.0` compatibility. Refs STCLI-266.
1011

1112
## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09)
1213
[Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.1.0...v3.2.0)

0 commit comments

Comments
 (0)