Skip to content

Commit

Permalink
CI: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
This means that the workflow will now use Node.JS 20 (instead of Node.JS 16)

See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
MMK21Hub authored May 11, 2024
1 parent 7d81a0f commit 2340dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-each-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Install dependencies using yarn
Expand Down

0 comments on commit 2340dd3

Please sign in to comment.