Skip to content

Commit

Permalink
chore: specify a node version for GHA (#1510)
Browse files Browse the repository at this point in the history
* chore: specify a node version for GHA

* chore: specify a node version for GHA
  • Loading branch information
GavinZZ authored Jan 15, 2025
1 parent c1e873e commit 4256672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integ.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ test?.addJob('integ', {
name: 'Setup Node.js',
uses: 'actions/setup-node@v4',
with: {
cache: 'yarn',
'cache': 'yarn',
'node-version': '20',
},
},
{
Expand Down

0 comments on commit 4256672

Please sign in to comment.