chore: Update node version in the pipeline to 16 (#4485)
* chore: Update node version in the pipeline to 16 * upgrade to node 16 (setup-server)
This commit is contained in:
committed by
GitHub
parent
bdd9c5a7e9
commit
a6c0825722
2
.github/workflows/generate-api-reference.yml
vendored
2
.github/workflows/generate-api-reference.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v2.4.1
|
||||
with:
|
||||
node-version: "14"
|
||||
node-version: "16"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user