Skip to content

Parameter ''using: node16' is not supported, use 'docker' or 'node12' instead" #198

@nxp923

Description

@nxp923

Our workflow job failing since new changes added to the code. It's failing load auto-approe-action and throwing below error.

System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter ''using: node16' is not supported, use 'docker' or 'node12' instead.').

and also tried to use below action in our workflow to install node16

  • uses: actions/setup-node@v2
    with:
    node-version: '16'
    cache: 'npm'
    • run: npm install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions