Skip to content

Commit

Permalink
ci(.github/workflows): upgrades to [email protected]. (HERO-10268) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored Oct 23, 2024
1 parent 217e4f4 commit a7cbfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
uses: linc-technologies/.github/.github/workflows/ember_lint.yml@main
secrets: inherit
with:
node_version: '14.21'
node_version: '16.20'
continue-on-error: false
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
with:
node_version: '14.21'
node_version: '16.20'
public: true

0 comments on commit a7cbfdb

Please sign in to comment.