Skip to content

Commit 47f3439

Browse files
committed
Update to Node 20
1 parent d862486 commit 47f3439

File tree

3 files changed

+3
-4161
lines changed

3 files changed

+3
-4161
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version-file: '.nvmrc'
18-
- uses: actions/cache@v3
19-
with:
20-
path: ~/.npm
21-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
22-
restore-keys: |
23-
${{ runner.os }}-node-
18+
cache: 'npm'
2419
- run: npm ci
2520
- run: npm run lint
2621
- 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)