Skip to content

Commit 0fcb366

Browse files
committed
Merge branch 'main' into SP_1.210
2 parents d322bd5 + e4b62cb commit 0fcb366

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ For JS development (compiled JS is currently checked in):
3333
yarn build
3434
(./node_modules/.bin/webpack | (cd docs/ && bundle exec jekyll build))
3535

36+
# alternative: run webpack directly
37+
$env:NODE_OPTIONS="--openssl-legacy-provider" # workaround for newer Node.js versions
38+
./node_modules/.bin/webpack
39+
40+
3641

3742
### Running it using Docker
3843
You need to have Docker installed.

docs/_data/changelog.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
- text: |-
1616
Improved performance for signing request list UI and REST API calls.
1717
issues: [SIGN-8495]
18+
- date: '2026-04-22'
19+
updates:
20+
github_actions_action:
21+
version: 2.2.0
22+
new_features:
23+
- text: |-
24+
Added support for unzipped artifacts using the `skip-decompress` parameter.
25+
issues: [SIGN-8404]
1826
- date: '2026-04-09'
1927
updates:
2028
github_actions_action:

0 commit comments

Comments
 (0)