trying to fix syntax error in checkout action
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
||||
run: |
|
||||
apt update && apt -y install curl zip nodejs
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user