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 0ffef1a commit 46839a1Copy full SHA for 46839a1
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
29
- name: Setup Node.js
30
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
31
with:
32
node-version: "lts/*"
33
@@ -50,7 +50,7 @@ jobs:
50
51
52
- name: Setup Node.js ${{ matrix.node-version }}
53
54
55
check-latest: true
56
node-version: ${{ matrix.node-version }}
0 commit comments