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
|
- name: Cache
|
||||||
uses: actions/cache@v2.0.0
|
uses: actions/cache@v2.0.0
|
||||||
with:
|
with:
|
||||||
path:
|
path: node_modules/*
|
||||||
- node_modules/*
|
|
||||||
key: mastodon-bot
|
key: mastodon-bot
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
|
Reference in a new issue