We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0034dec + 9a51a08 commit a6fb223Copy full SHA for a6fb223
.github/workflows/release.yml
@@ -10,14 +10,14 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
14
- name: Extract branch name
15
shell: bash
16
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
17
id: extract_branch
18
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 4.4.0
19
with:
20
- node-version: '18.19.0'
+ node-version: '22.13.0'
21
- run: yarn
22
- run: yarn build:setup
23
- run: yarn prepare-beta
0 commit comments