Skip to content

Commit 853a6f0

Browse files
committed
Upgrading jest
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
1 parent cb7f32b commit 853a6f0

File tree

3 files changed

+21
-148
lines changed

3 files changed

+21
-148
lines changed

.ci/validation/package-lock.json

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

.ci/validation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "CNCF Serverless Workflow Specification",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@types/jest": "^29.5.10",
14+
"@types/jest": "^29.7.0",
1515
"ts-jest": "^29.1.1",
1616
"ts-node": "^10.9.1",
1717
"typescript": "^5.3.2"

.github/workflows/schema-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
node-version: [21.x]
4545

4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848
- name: Use Node.js ${{ matrix.node-version }}
49-
uses: actions/setup-node@v3
49+
uses: actions/setup-node@v4
5050
with:
5151
node-version: ${{ matrix.node-version }}
5252
cache: 'npm'

0 commit comments

Comments
 (0)