We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b10b21d + 68e53fa commit c6e4fcaCopy full SHA for c6e4fca
.github/workflows/deploy.yml
@@ -66,7 +66,7 @@ jobs:
66
# This action also handles the caching of the Yarn dependencies.
67
# https://github.com/actions/setup-node
68
- name: Set up node and enable caching of dependencies
69
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
70
with:
71
node-version: '14'
72
cache: 'yarn'
0 commit comments