Lines Matching full:update
10 * [1. Update the main branch](#1-update-the-main-branch)
12 * [3. Update `NODE_API_SUPPORTED_VERSION_MAX`](#3-update-node_api_supported_version_max)
14 * [5. Update version guards](#5-update-version-guards)
37 ### 1. Update the main Branch
42 $ git remote update
58 ### 3. Update `NODE_API_SUPPORTED_VERSION_MAX`
67 > Note: Do not update the `NAPI_VERSION` defined in `src/js_native_api.h`. It
77 ### 5. Update version guards
79 #### Step 1. Update define version guards
94 and update the define version guards with the release version:
112 Also, update the Node-API version value of the `napi_get_version` test in
121 #### Step 2. Update runtime version guards
133 #### Step 3. Update test version guards
157 #### Step 4. Update document
179 #### Step 5. Update change history
192 In `doc/api/n-api.md`, update the `experimental` change history item to be the