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 9839cdc + 72039f8 commit f1a3520Copy full SHA for f1a3520
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
node: ["22", "24", "26"]
13
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
14
steps:
15
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
16
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
17
with:
18
node-version: ${{ matrix.node }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: read
id-token: write
node-version: "22"
0 commit comments