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 2c16b6b + 27cc6a5 commit 02db1a2Copy full SHA for 02db1a2
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: [18, 20, 22]
15
steps:
16
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17
- - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
0 commit comments