We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289663b commit 2e149c3Copy full SHA for 2e149c3
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup nodejs
13
uses: actions/setup-node@v2
14
with:
15
- node-version: '14'
+ node-version: '18'
16
17
- name: Install dependencies
18
run: npm ci
0 commit comments