Skip to content

Commit

Permalink
update workflow to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zcsahok committed May 10, 2024
1 parent 00ef9a9 commit e661281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-ubuntu-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
AM_COLOR_TESTS: always

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Show OS info
run: cat /etc/os-release
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
AM_COLOR_TESTS: always

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Show OS info
run: cat /etc/os-release
- name: Install dependencies
Expand Down

0 comments on commit e661281

Please sign in to comment.