We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6456a commit ac38611Copy full SHA for ac38611
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Node.js
21
uses: actions/setup-node@v2
22
with:
23
- node-version: '18' # Specify the Node.js version
+ node-version: '20' # Specify the Node.js version
24
- name: navigation frontpage
25
run: cd spez-frontend
26
- name: Install dependencies
0 commit comments