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.
1 parent 432269e commit 2b8aa8fCopy full SHA for 2b8aa8f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node: ['14', '16', '18']
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
- - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18
with:
19
node-version: ${{ matrix.node }}
20
cache: 'yarn'
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
node-version: '22'
29
0 commit comments