Skip to content

Commit c752c08

Browse files
authored
Merge pull request #48 from contentstack/fix/Version-bump
Version bump
2 parents f4124e6 + 00806c3 commit c752c08

File tree

4 files changed

+3664
-11915
lines changed

4 files changed

+3664
-11915
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2 # checkout the repo
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '12.x'
12+
node-version: '22.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm ci # install packages
1515
- run: npm run test:unit:report:json # run tests (configured to use jest-junit reporter)

0 commit comments

Comments
 (0)