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 d79c6c0 commit bba9907Copy full SHA for bba9907
.github/workflows/ci.yml
@@ -13,17 +13,17 @@ jobs:
13
strategy:
14
matrix:
15
node-version: [14.x, 16.x, 18.x, 20.x]
16
- steps:
17
- - name: Clean global cache
+ steps:
+ - name: Clean global cache
18
run: npm cache clean --force
19
- - name: Set up Node
20
- uses: actions/checkout@main
+ - name: Set up Node
+ uses: actions/checkout@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
24
- - name: Install dependencies
+ - name: Install dependencies
25
run: npm install
26
- - name: CI build & test
+ - name: CI build & test
27
run: |
28
npm run build --if-present
29
npm test
0 commit comments