We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d4950 commit ad4444bCopy full SHA for ad4444b
.github/workflows/ci-download.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- name: Use Node.js ${{ env.node-version }}
28
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
29
with:
30
node-version: ${{ env.node-version }}
31
.github/workflows/node.js.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
23
- name: Use Node.js ${{ matrix.node-version }}
24
node-version: ${{ matrix.node-version }}
- run: npm ci
0 commit comments