Skip to content

Commit 52b25fa

Browse files
authored
Update lint-compile-test.yml
1 parent 6f637d2 commit 52b25fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint-compile-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version: [20.x]
18-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1918

2019
steps:
2120
- uses: actions/checkout@v3
2221
- name: Use Node.js ${{ matrix.node-version }}
2322
uses: actions/setup-node@v3
2423
with:
2524
node-version: ${{ matrix.node-version }}
26-
cache: 'npm'
2725
- run: npm install
2826
- run: npm run lint
2927
- run: npm run compile

0 commit comments

Comments
 (0)