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.
1 parent 26222b9 commit c9cf433Copy full SHA for c9cf433
.github/workflows/build-and-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '16'
+ node-version: '20.14'
20
21
- name: Install dependencies
22
run: npm install
0 commit comments