Skip to content

Commit badcec4

Browse files
authored
Merge branch 'dev' into f/updates
2 parents 80e5425 + 59a504f commit badcec4

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
fetch-depth: 0 # Fetch full git history for version calculation
1616

1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/setup@v4.1.0
18+
uses: gittools/actions/gitversion/setup@v4.2.0
1919
with:
2020
versionSpec: "6.3.x"
2121

2222
- name: Determine Version
2323
id: version_step # step id used as a reference for output values
24-
uses: gittools/actions/gitversion/execute@v4.1.0
24+
uses: gittools/actions/gitversion/execute@v4.2.0
2525
env:
2626
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
2727
with:
@@ -87,9 +87,9 @@ jobs:
8787
path: version-${{ steps.extract-version.outputs.VERSION }}.txt
8888
retention-days: ${{ env.retention_days }}
8989
# Setup .npmrc file to publish to npm
90-
- uses: actions/setup-node@v3
90+
- uses: actions/setup-node@v6
9191
with:
92-
node-version: '16.x'
92+
node-version: 16
9393
registry-url: 'https://registry.npmjs.org'
9494
- run: npm ci
9595
- run: npm run build

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
fetch-depth: 0 # Fetch full git history for version calculation
2020

2121
- name: Install GitVersion
22-
uses: gittools/actions/gitversion/setup@v4.1.0
22+
uses: gittools/actions/gitversion/setup@v4.2.0
2323
with:
2424
versionSpec: "6.3.x"
2525

2626
- name: Determine Version
2727
id: version_step # step id used as a reference for output values
28-
uses: gittools/actions/gitversion/execute@v4.1.0
28+
uses: gittools/actions/gitversion/execute@v4.2.0
2929
env:
3030
DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1
3131
with:
@@ -90,9 +90,9 @@ jobs:
9090
name: version-info
9191
path: version-${{ steps.extract-version.outputs.VERSION }}.txt
9292
retention-days: ${{ env.retention_days }}
93-
- uses: actions/setup-node@v3
93+
- uses: actions/setup-node@v6
9494
with:
95-
node-version: current
95+
node-version: 16
9696
- run: npm ci
9797
- run: npm test
9898
- name: upload junit
@@ -138,4 +138,4 @@ jobs:
138138
with:
139139
token: ${{ secrets.GITHUB_TOKEN }}
140140
merge-method: squash
141-
pull-request-number: ${{ github.event.pull_request.number }}
141+
pull-request-number: ${{ github.event.pull_request.number }}

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@typescript-eslint/eslint-plugin": "^5.40.0",
5050
"@typescript-eslint/parser": "^5.40.0",
5151
"browserify": "^17.0.0",
52-
"dompurify": "2.4.0",
52+
"dompurify": "2.5.4",
5353
"eslint": "^8.25.0",
5454
"jest": "^29.0.3",
5555
"jest-junit": "^14.0.1",

0 commit comments

Comments
 (0)