We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ac43a commit c981ef0Copy full SHA for c981ef0
yaml .github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '16.x'
+ node-version: '20.x'
22
23
- name: Install dependencies
24
run: |
0 commit comments