Skip to content

Commit 908a792

Browse files
committed
Upgrade actions CI workflow
1 parent a8f7fc8 commit 908a792

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@ jobs:
1414
- "18"
1515
- "*"
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v1
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- uses: actions/cache@v2
22-
with:
23-
path: ~/.npm
24-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25-
restore-keys: |
26-
${{ runner.os }}-node-
2721
- run: npm ci
2822
- run: npm test
29-
- uses: codecov/codecov-action@v1
23+
- uses: codecov/codecov-action@v5
3024
with:
3125
name: Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)