fix ci-cache
This commit is contained in:
parent
e63e76a9c2
commit
dd6f45b4ee
1 changed files with 1 additions and 2 deletions
3
.github/workflows/dev-build.yml
vendored
3
.github/workflows/dev-build.yml
vendored
|
@ -22,8 +22,7 @@ jobs:
|
|||
- name: Cache
|
||||
uses: actions/cache@v2.0.0
|
||||
with:
|
||||
path:
|
||||
- node_modules/*
|
||||
path: node_modules/*
|
||||
key: mastodon-bot
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
|
|
Reference in a new issue