Skip to content

Commit

Permalink
ci(.github/workflows): upgrades to node@18.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 22, 2024
1 parent 7af89ba commit dd7d1f7
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: '16.20'
node_version: '18.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: '16.20'
node_version: '18.20'
public: true

0 comments on commit dd7d1f7

Please sign in to comment.