Skip to content

Commit acdb7e2

Browse files
authored
Merge pull request #34 from Giorgiosaud/feat/migrate-to-jest
Feat/migrate to jest
2 parents 0647a52 + 93a49c8 commit acdb7e2

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

.github/workflows/linters-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
sed -i $REPLACE_REGEX sonar-cloud-reporter.xml
146146
cat sonar-cloud-reporter.xml
147147
run-sonar-push:
148-
name: Sonar Cloud push data
148+
name: Sonar Cloud Analisys
149149
runs-on: ubuntu-latest
150150
needs: run-fix-paths
151151
steps:

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
echo $TAG
2424
git config user.email echo $EMAIL
2525
git config user.name echo $NAME
26-
yarn version --new-version $TAG
26+
npm version $TAG
2727
env:
2828
EMAIL: ${{ secrets.EMAIL }}
2929
NAME: ${{ secrets.NAME }}
30+
- name: Commit to my branch
31+
uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
3032
- name: Publish on NPM
3133
run: npm publish
3234
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"version": "oclif readme && git add README.md"
8080
},
8181
"engines": {
82-
"node": ">=12.0.0"
82+
"node": ">=16.0.0"
8383
},
8484
"bugs": "https://github.com/Giorgiosaud/hello-world/issues",
8585
"keywords": [

pnpm-lock.yaml

Lines changed: 13 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)