Skip to content

Commit bba9907

Browse files
committed
fix CI config
1 parent d79c6c0 commit bba9907

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version: [14.x, 16.x, 18.x, 20.x]
16-
steps:
17-
- name: Clean global cache
16+
steps:
17+
- name: Clean global cache
1818
run: npm cache clean --force
19-
- name: Set up Node
20-
uses: actions/checkout@main
19+
- name: Set up Node
20+
uses: actions/checkout@v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'
24-
- name: Install dependencies
24+
- name: Install dependencies
2525
run: npm install
26-
- name: CI build & test
26+
- name: CI build & test
2727
run: |
2828
npm run build --if-present
2929
npm test

0 commit comments

Comments
 (0)