Skip to content

Commit

Permalink
fix(deps): migrations for node.js 18 compatibility (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored May 1, 2023
1 parent 7b5291a commit 75559e7
Show file tree
Hide file tree
Showing 4 changed files with 56,700 additions and 57,088 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

0 comments on commit 75559e7

Please sign in to comment.