We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876b29e commit f35c17bCopy full SHA for f35c17b
.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ !contains(github.head_ref, 'all-contributors') }}
22
strategy:
23
matrix:
24
- node: [12, 14, 16, 18]
+ node: [18, 20]
25
runs-on: ubuntu-latest
26
steps:
27
- name: ⬇️ Checkout repo
@@ -57,7 +57,7 @@ jobs:
57
- name: ⎔ Setup node
58
uses: actions/setup-node@v2
59
with:
60
- node-version: 14
+ node-version: 20
61
62
- name: 📥 Download deps
63
uses: bahmutov/npm-install@v1
0 commit comments