Skip to content

Commit

Permalink
Update GH Actions to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tompave committed Feb 3, 2024
1 parent cd60173 commit 0661650
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
otp-version: ${{ env.otp_version }}

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

- name: 'Restore cache for deps/ and _build/ directories'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
otp-version: ${{ matrix.otp }}

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

- name: 'Restore cache for deps/ and _build/ directories'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
deps
Expand Down

0 comments on commit 0661650

Please sign in to comment.