Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit adb4c13

Browse files
committed
Update CI config
1 parent 62cf7b5 commit adb4c13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,19 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [16]
16+
node: [14, 16, 18]
1717

1818
steps:
1919
- name: Clone repository
2020
uses: actions/checkout@v3
21+
with:
22+
persist-credentials: false
2123

2224
- name: Set up Node.js
2325
uses: actions/setup-node@v3
2426
with:
2527
node-version: "${{ matrix.node }}"
28+
cache: npm
2629

2730
- name: Install npm dependencies
2831
run: npm ci

0 commit comments

Comments
 (0)