Skip to content

Commit 1217ddd

Browse files
committed
node version update in lock file
1 parent b03a1c7 commit 1217ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)