ci: remove caching
This commit is contained in:
parent
dd6f45b4ee
commit
d1f1850001
1 changed files with 0 additions and 5 deletions
5
.github/workflows/dev-build.yml
vendored
5
.github/workflows/dev-build.yml
vendored
|
@ -19,11 +19,6 @@ jobs:
|
|||
node-version: [10.x, 12.x, 14.x]
|
||||
|
||||
steps:
|
||||
- name: Cache
|
||||
uses: actions/cache@v2.0.0
|
||||
with:
|
||||
path: node_modules/*
|
||||
key: mastodon-bot
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
|
|
Reference in a new issue