Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit a7cbfdb

Browse files
ci(.github/workflows): upgrades to [email protected]. (HERO-10268) (#37)
1 parent 217e4f4 commit a7cbfdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
uses: linc-technologies/.github/.github/workflows/ember_lint.yml@main
1111
secrets: inherit
1212
with:
13-
node_version: '14.21'
13+
node_version: '16.20'
1414
continue-on-error: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
secrets:
3131
npm_token: ${{ secrets.NPM_TOKEN }}
3232
with:
33-
node_version: '14.21'
33+
node_version: '16.20'
3434
public: true

0 commit comments

Comments
 (0)