We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node
1 parent d42350c commit e52f2c6Copy full SHA for e52f2c6
1 file changed
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node 🔧
27
uses: actions/setup-node@v4
28
with:
29
- node-version: "18"
+ node-version: "20"
30
cache: "npm"
31
32
- name: Install Dependencies 🔧
0 commit comments