We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073c7f1 commit 9c378eaCopy full SHA for 9c378ea
.github/workflows/test.yml
@@ -37,12 +37,10 @@ jobs:
37
- run: exit 1
38
if: ${{ needs.test_matrix.result != 'success' }}
39
- uses: actions/checkout@v3
40
- - uses: actions/cache@12681847c623a9274356751fdf0a63576ff3f846
+ - uses: actions/setup-node@v3
41
with:
42
- path: ~/.npm
43
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
44
- restore-keys: |
45
- ${{ runner.os }}-node-
+ node-version: "lts/*"
+ cache: npm
46
- run: npm ci
47
- run: npm run lint
48
- run: VERSION=`npm info @octokit/openapi version` npm run update-endpoints
0 commit comments