Skip to content

Commit 32c11ab

Browse files
committed
Upgrade to Node 20
1 parent 7c1bcd0 commit 32c11ab

File tree

3 files changed

+3
-5091
lines changed

3 files changed

+3
-5091
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version-file: '.nvmrc'
16-
- uses: actions/cache@v3
17-
with:
18-
path: ~/.npm
19-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
20-
restore-keys: |
21-
${{ runner.os }}-node-
16+
cache: 'npm'
2217
- run: npm ci
2318
- run: npm run lint
2419
- run: npm run test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
20

0 commit comments

Comments
 (0)