Skip to content

Commit

Permalink
Lock node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbithell authored Mar 27, 2022
1 parent 826a1c1 commit a7830cb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/balena-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install balena-cli -g --production --unsafe-perm
with:
node-version: '12'
cache: 'npm'
- run: npm install [email protected].* -g --production --unsafe-perm
- run: balena login --token ${secrets.BALENA_API_TOKEN}
- run: balena push ${secrets.BALENA_APPLICATION_NAME}
working-directory: ./backend
working-directory: ./backend

0 comments on commit a7830cb

Please sign in to comment.