Skip to content

Commit 9c378ea

Browse files
renovate[bot]gr2m
andauthored
ci: remove obsolete use of actions/cache 2a59e56 (#570)
Co-authored-by: Gregor Martynus <[email protected]>
1 parent 073c7f1 commit 9c378ea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ jobs:
3737
- run: exit 1
3838
if: ${{ needs.test_matrix.result != 'success' }}
3939
- uses: actions/checkout@v3
40-
- uses: actions/cache@12681847c623a9274356751fdf0a63576ff3f846
40+
- uses: actions/setup-node@v3
4141
with:
42-
path: ~/.npm
43-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
44-
restore-keys: |
45-
${{ runner.os }}-node-
42+
node-version: "lts/*"
43+
cache: npm
4644
- run: npm ci
4745
- run: npm run lint
4846
- run: VERSION=`npm info @octokit/openapi version` npm run update-endpoints

0 commit comments

Comments
 (0)