Skip to content

chore(tooling): bump actions/cache from 3.3.1 to 3.3.2 #317

chore(tooling): bump actions/cache from 3.3.1 to 3.3.2

chore(tooling): bump actions/cache from 3.3.1 to 3.3.2 #317

Workflow file for this run

name: tests
on: push
jobs:
test:
name: awesome-lint
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "13.x"
- uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm version
- run: npm install
- run: npm run ci