Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
getting warning on v3 saying Node 16 deprecated -- hoping v4 is already using Node 20?!?
  • Loading branch information
creek23 authored Feb 26, 2024
1 parent d001efc commit 9388206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Install dependencies
run: sudo apt install make libgtkmm-3.0-dev build-essential
Expand Down

0 comments on commit 9388206

Please sign in to comment.