We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8176f commit 3fa7138Copy full SHA for 3fa7138
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Node.js
13
uses: actions/setup-node@v3
14
with:
15
- node-version: '14.x'
+ node-version: '20'
16
17
- name: Install Node.js dependencies
18
run: npm install --force
0 commit comments