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 ea6c4b1 commit d2f4a58Copy full SHA for d2f4a58
.github/actions/setup-node/action.yaml
@@ -16,7 +16,7 @@ runs:
16
- name: Setup Node
17
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
18
with:
19
- node-version: 20.16.0
+ node-version: 20.19.3
20
# See https://github.com/actions/setup-node#caching-global-packages-data
21
cache: "pnpm"
22
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml
0 commit comments