Skip to content

Commit 5abda9e

Browse files
authored
Debug GitHub Action workflowDebug workflow on GitHub Actions (#272)
1 parent 746f091 commit 5abda9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 'latest'
25+
node-version: '21'
2626
cache: 'yarn'
2727

2828
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: 'latest'
42+
node-version: '21'
4343
cache: 'yarn'
4444

4545
- name: Install dependencies

0 commit comments

Comments
 (0)