Skip to content

Commit

Permalink
Update actions to use node20
Browse files Browse the repository at this point in the history
Use version 4 of the checkout action so it uses node20 instead of
node16.
  • Loading branch information
vinoski committed Feb 19, 2024
1 parent 251c8a8 commit 0043d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 0043d67

Please sign in to comment.