Skip to content

Commit d469d48

Browse files
committed
fix(ci): try different order
1 parent faab143 commit d469d48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ jobs:
1515
node-version: [16.x]
1616

1717
steps:
18-
- name: Use Node.js ${{ matrix.node-version }}
1918
- uses: actions/checkout@v2
19+
20+
- name: Use Node.js ${{ matrix.node-version }}
2021
uses: actions/setup-node@v2
2122
with:
2223
node-version: ${{ matrix.node-version }}
2324

2425
- name: Cache NPM
25-
- uses: actions/cache@v2
26+
uses: actions/cache@v2
2627
with:
2728
path: ~/.npm
2829
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)