Skip to content

Commit

Permalink
Run GitHub actions on Node 20 rather than Node 16
Browse files Browse the repository at this point in the history
Node 16 has reached EOL and is deprecated.
GitHub is transitioning to Node 20:

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
aiw-panasonic committed Jul 1, 2024
1 parent 305c0d4 commit 988e26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ninja
uses: seanmiddleditch/gha-setup-ninja@master
- name: Build And Test
Expand Down

0 comments on commit 988e26c

Please sign in to comment.