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 32c9288 commit 416f539Copy full SHA for 416f539
1 file changed
.github/workflows/test.yml
@@ -29,19 +29,9 @@ jobs:
29
steps:
30
- uses: actions/checkout@v3
31
32
- - name: Dump GitHub context
33
- env:
34
- GITHUB_CONTEXT: ${{ toJson(github) }}
35
- run: echo "${GITHUB_CONTEXT}"
36
-
37
- - name: Read .nvmrc
38
- run: echo "::set-output name=NVMRC::$(cat .nvmrc)"
39
- id: nvm
40
41
- - name: Setup Node
42
- uses: actions/setup-node@v3
+ - uses: peaceiris/workflows/setup-node@v0.19.1
43
with:
44
- node-version: '${{ steps.nvm.outputs.NVMRC }}'
+ node-version-file: ".nvmrc"
45
46
- name: Dump version
47
run: |
0 commit comments