Skip to content

Commit f1241b7

Browse files
committed
Fix linting step
1 parent b9fbbac commit f1241b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ jobs:
9898

9999
- uses: actions/setup-node@v3
100100
with:
101-
node-version: ${{ matrix.node }}
101+
node-version: 18
102102
cache: npm
103103

104104
- uses: actions/cache/restore@v3
105105
with:
106106
path: .
107-
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
107+
key: 18-${{ env.CACHE_KEY }}
108108

109109
- run: npm run lint

0 commit comments

Comments
 (0)