Skip to content

Commit 75559e7

Browse files
authored
fix(deps): migrations for node.js 18 compatibility (#179)
1 parent 7b5291a commit 75559e7

File tree

4 files changed

+56700
-57088
lines changed

4 files changed

+56700
-57088
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
# caching NPM dependencies
1616
# https://github.com/actions/cache/blob/master/examples.md#node---npm
17-
- uses: actions/cache@v1
17+
- uses: actions/cache@v3
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)