Skip to content

Commit

Permalink
fix: set cache as string
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysteenman committed Mar 11, 2024
1 parent 363d3e1 commit 8f85ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cicd-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function githubCICD(gh: github.GitHub, account: string, env: string, node
uses: 'actions/setup-node@v4',
with: {
'node-version': `>=${nodeVersion}`,
cache: 'npm',
'cache': 'npm',
},
},
{
Expand Down

0 comments on commit 8f85ded

Please sign in to comment.