We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faceee commit 564bedbCopy full SHA for 564bedb
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install Node.js
13
uses: actions/setup-node@v4
14
with:
15
- node-version: 18
+ node-version: 20
16
cache: npm
17
- name: Install dependencies
18
run: npm install
0 commit comments