Update to latest actions

This commit is contained in:
Josh Gross
2021-06-28 14:45:32 -04:00
parent 672319273b
commit 936c9d9f72
4 changed files with 19 additions and 12 deletions

View File

@@ -1,8 +1,10 @@
name: Integration
on:
push: {branches: main}
pull_request: {branches: main}
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-return:
@@ -39,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}