Skip to content

Commit 52d8cbe

Browse files
authored
Use Node.js v20.19 in "Publish Addon Docs" (ember-learn#1677)
1 parent 22ead15 commit 52d8cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/addon-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-node@v4
3838
if: env.SHORT_CIRCUIT == 'false'
3939
with:
40-
node-version: 18
40+
node-version: 20.19.x
4141
cache: pnpm
4242
- name: Install Dependencies
4343
if: env.SHORT_CIRCUIT == 'false'

0 commit comments

Comments
 (0)