We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25a152 commit ec36f97Copy full SHA for ec36f97
.github/actions/build-package/action.yml
@@ -27,10 +27,10 @@ runs:
27
with:
28
repository: cloudscape-design/${{ inputs.package }}
29
path: ${{ inputs.package }}
30
- - name: Use Node.js 18
+ - name: Use Node.js 16
31
uses: actions/setup-node@v3
32
33
- node-version: 18
+ node-version: 16
34
35
- name: Download artifacts
36
if: ${{ inputs.download_dependencies == 'true' }}
0 commit comments