We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeb6133 + 72d2ec1 commit 7f79776Copy full SHA for 7f79776
.github/workflows/deploy-docs.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node.js
13
uses: actions/setup-node@v4
14
with:
15
- node-version: '14.x'
+ node-version: '20'
16
# Pre-check to validate that versions match between package.json
17
# and package-lock.json. Needs to run before npm install
18
- name: Validate package.json and package-lock.json versions
0 commit comments