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 8ef428d commit 5499cdeCopy full SHA for 5499cde
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node: ['14', '16', '18']
15
steps:
16
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18
with:
19
node-version: ${{ matrix.node }}
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
25
26
27
28
node-version: '22'
0 commit comments