Skip to content

Commit 3dfda6d

Browse files
Kick CI build
Why suddenly failing?
1 parent c44c5f0 commit 3dfda6d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ jobs:
2424
--health-retries 5
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v2.3.0
30+
uses: actions/setup-node@v3
3131
with:
3232
node-version: ${{ matrix.node-version }}
33-
- name: Cache dependencies
34-
uses: c-hive/gha-npm-cache@v1
35-
36-
- name: Update npm
37-
run: npm install --global npm
33+
cache: 'npm'
3834

3935
- name: Install packages
4036
run: npm ci

0 commit comments

Comments
 (0)