Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj committed May 30, 2024
1 parent 68d68fb commit 338006f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: '20'
check-latest: true

- name: Get Yarn configuration
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
git fetch origin pull/$GH_PR_NUM/head:tmp
git checkout tmp
fi
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
git fetch origin pull/$GH_PR_NUM/head:tmp
git checkout tmp
fi
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
fi
- uses: actions/setup-node@v1
with:
node-version: '18'
node-version: '20'
- uses: actions/cache@v2
id: yarn-cache
name: Cache npm deps
Expand Down

0 comments on commit 338006f

Please sign in to comment.