Skip to content

Commit

Permalink
Fix version for actions/setup-node, should be 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ducknoir committed Apr 4, 2024
1 parent 4e10ef9 commit 396ef42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3 # Using the latest version of the checkout action
- name: Set up Node.js
uses: actions/setup-node@v5 # Updated to use v5
uses: actions/setup-node@v4 # Updated to use v5
with:
node-version: '20' # Specifying Node.js version 20
- name: Install Dependencies
Expand Down

0 comments on commit 396ef42

Please sign in to comment.