Skip to content

Commit

Permalink
ci(e2e): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Mar 18, 2023
1 parent 400bb2c commit 271bcc4
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
uses: ./.github/actions/pnpm-install

- name: Build
run: ./gradlew build -x test -x checkLicenseMain
run: ./gradlew build -x test -x checkLicenseMain -x spotbugsMain -x spotlessCheck -x checkstyleMain -x checkstyleTest
working-directory: ${{ github.workspace }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^18.14.6",
"@types/node": "^18.15.0",
"typescript": "^4.9.5"
}
}

0 comments on commit 271bcc4

Please sign in to comment.