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 a0b916e commit 3b334baCopy full SHA for 3b334ba
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
id: setup-node
11
uses: actions/setup-node@v4
12
with:
13
- node-version-file: package.json
+ node-version: 20.x
14
cache: yarn
15
- name: Test Local Action
16
id: test-action
0 commit comments