Skip to content

Commit b6d8c96

Browse files
committed
Update CI action versions to fix deprecation warnings
1 parent d93e1d7 commit b6d8c96

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ jobs:
1010
node-version: [14.x, 16.x, v16.18.0, v18.7, v18.x, '*']
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
check-latest: true
19+
cache: 'npm'
20+
cache-dependency-path: 'package.json'
21+
1922
- run: npm install -g npm@6
2023

2124
- run: npm install --no-package-lock

0 commit comments

Comments
 (0)