diff --git a/.github/actions/setup_environment/action.yml b/.github/actions/setup_environment/action.yml index f3bf0c83d8..58d86eca3d 100644 --- a/.github/actions/setup_environment/action.yml +++ b/.github/actions/setup_environment/action.yml @@ -11,7 +11,7 @@ runs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 16.20 + node-version: 16 - name: Get current date shell: bash