We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b3f8b commit 7ed2a36Copy full SHA for 7ed2a36
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup Node
11
uses: actions/setup-node@v1
12
with:
13
- node-version: '14.x'
+ node-version: '18.x'
14
- name: Install dependencies
15
run: npm install
16
env:
0 commit comments