Skip to content

Commit

Permalink
Handle Node.js 16 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
svrdlans committed Mar 2, 2024
1 parent 453cedc commit 1143d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Restore the deps cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: deps
key: ${{ runner.os }}-deps-${{ env.MIX_ENV }}

- name: Restore the _build cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: _build
key: ${{ runner.os }}-build-${{ env.MIX_ENV }}
Expand Down

0 comments on commit 1143d32

Please sign in to comment.