We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a5945 + f7eb5b4 commit d7cc073Copy full SHA for d7cc073
2 files changed
.github/workflows/pr-check-yarn.yml
@@ -18,7 +18,7 @@ jobs:
18
ref: ${{ github.event.pull_request.head.sha }}
19
- run: echo "NODE_VERSION=16" >> "${GITHUB_ENV}"
20
- name: Set up Node.js ${{ env.NODE_VERSION }}
21
- uses: actions/setup-node@v3.0.0
+ uses: actions/setup-node@v3.1.0
22
with:
23
node-version: ${{ env.NODE_VERSION }}
24
cache: yarn
.github/workflows/pr-test.yml
@@ -60,7 +60,7 @@ jobs:
60
cp -r ${{ env.venv_path }} "${DEST_PATH}"
61
62
63
64
65
66
0 commit comments