Skip to content

Commit 48e27f4

Browse files
authored
Merge pull request #48 from contentstack/fix/Version-bump
Version bump
2 parents d99f983 + 1217ddd commit 48e27f4

File tree

3 files changed

+3661
-11912
lines changed

3 files changed

+3661
-11912
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)