Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into immutable
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
iteyelmp committed May 23, 2024
2 parents 2910de7 + 2962f31 commit 172e80d
Show file tree
Hide file tree
Showing 3 changed files with 1,121 additions and 17,524 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'


- name: Install dependencies
run: npm install

- name: Test
run: npm run test
Loading

0 comments on commit 172e80d

Please sign in to comment.