diff --git a/action.yml b/action.yml index e4f4d25..a85dd2f 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ runs: if: ${{ inputs.service != '' }} shell: bash run: $GITHUB_ACTION_PATH/env/prepare.sh ${{ inputs.service }} ${{ inputs.service-context }} ${{ inputs.service-dockerfile }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '18.12' - name: init env