Skip to content

Commit

Permalink
Merge branch 'master' into CHORE-Improve-jest-diffs
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
arturosdg committed Apr 29, 2024
2 parents 89ab427 + 8a20454 commit e6fe01f
Show file tree
Hide file tree
Showing 5 changed files with 6,050 additions and 21,136 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
- run: |
node-version: 18
- run: |
npm ci
npm run test
npm run build
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 10
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run test
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.1
Loading

0 comments on commit e6fe01f

Please sign in to comment.