Skip to content

Commit 1ebc292

Browse files
authored
Update promote.yml [ci skip]
1 parent 990827e commit 1ebc292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/promote.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1515
NEW_TAG_NAME: ${{ github.event.inputs.new_tag_name }}
1616
steps:
17-
- uses: actions/checkout@v4
18-
- name: Build for promotion
19-
run: yarn install --frozen-lockfile && yarn build
2017
- uses: actions/setup-node@v4
2118
with:
22-
node-version: '20.x'
19+
node-version: '20.18.3'
2320
registry-url: 'https://registry.npmjs.org'
21+
- uses: actions/checkout@v4
22+
- name: Build for promotion
23+
run: yarn install --frozen-lockfile && yarn build
2424
- name: GitHub Tag Name example
2525
run: |
2626
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"

0 commit comments

Comments
 (0)