Skip to content

Commit ec36f97

Browse files
committed
chore: Nodejs 16
1 parent a25a152 commit ec36f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-package/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ runs:
2727
with:
2828
repository: cloudscape-design/${{ inputs.package }}
2929
path: ${{ inputs.package }}
30-
- name: Use Node.js 18
30+
- name: Use Node.js 16
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 18
33+
node-version: 16
3434

3535
- name: Download artifacts
3636
if: ${{ inputs.download_dependencies == 'true' }}

0 commit comments

Comments
 (0)