We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1533364 commit 21ffc6dCopy full SHA for 21ffc6d
.github/actions/prepare/action.yml
@@ -8,7 +8,7 @@ runs:
8
with:
9
version: 8
10
- name: Use Node.js ${{ matrix.node-version }}
11
- uses: actions/setup-node@v4.1.0
+ uses: actions/setup-node@v4.2.0
12
13
node-version: ${{ matrix.node-version }}
14
cache: pnpm
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Setup Node 🔧
20
21
22
node-version: '20.x'
23
0 commit comments