Content-Length: 281543 | pFad | http://github.com/typescript-cheatsheets/react/commit/c5133da5eb8e25f31017e5f1ff8e2ea2bf2c385e
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.
actions/setup-node
v4
1 parent d6f397f commit c5133daCopy full SHA for c5133da
.github/workflows/main.yml
@@ -12,14 +12,10 @@ jobs:
12
- name: Checkout commit
13
uses: actions/checkout@v4
14
15
- - name: Read .nvmrc
16
- run: echo "NVMRC=$(cat .nvmrc)" >> $GITHUB_OUTPUT
17
- id: nvm
18
-
19
- name: Setup node
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
- node-version: "${{ steps.nvm.outputs.NVMRC }}"
+ node-version-file: ".nvmrc"
23
cache: yarn
24
25
- name: Install dependencies
.nvmrc
@@ -1 +1 @@
1
-16.15.1
+20.x
Fetched URL: http://github.com/typescript-cheatsheets/react/commit/c5133da5eb8e25f31017e5f1ff8e2ea2bf2c385e
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments