We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7157b0f commit 2e2acb8Copy full SHA for 2e2acb8
.github/workflows/push.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '16'
+ node-version: '20'
20
- name: Install dependencies
21
run: npm install
22
- name: Build
0 commit comments