mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-02 02:01:22 +00:00
[GitHub Workflow] Fix e2e test + cache node_modules (#6500)
This commit is contained in:
@@ -20,6 +20,5 @@ jobs:
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: node extra/close-incorrect-issue.js ${{ secrets.GITHUB_TOKEN }} ${{ github.event.issue.number }} ${{ github.event.issue.user.login }}
|
||||
|
||||
Reference in New Issue
Block a user