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 160122f commit 39a7529Copy full SHA for 39a7529
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
# set up correct version of node
19
- id: nvmrc
20
run: echo ::set-output name=NODE_VERSION::$(cat ../../.nvmrc)
21
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v6
22
with: { node-version: '${{ steps.nvmrc.outputs.NODE_VERSION }}' }
23
24
- run: yarn
.github/workflows/lighthouse.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
17
- name: Install dependencies
0 commit comments