Skip to content

Commit

Permalink
upgrade jest version
Browse files Browse the repository at this point in the history
  • Loading branch information
montedonioluiz committed Jan 8, 2024
1 parent 087105b commit ee8ec57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --ignore-engines
- run: npm run flow
- run: yarn install
- run: yarn flow
env:
CI: true
- run: yarn build
env:
CI: true
- run: yarn test
env:
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"gulp-open": "^3.0.1",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "2.1.1",
"jest": "^27.2.1",
"jest": "^29.7.0",
"jshint-sourcemap-reporter": "0.0.1",
"rollup-plugin-babel": "~2.6.1",
"rollup-plugin-commonjs": "~5.0.5",
Expand Down

0 comments on commit ee8ec57

Please sign in to comment.