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 eeb3653 commit cfa9b77Copy full SHA for cfa9b77
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup node
12
uses: actions/setup-node@v4
13
with:
14
- node-version: 16
+ node-version: 20
15
cache: 'yarn'
16
17
- name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
31
needs: build
32
strategy:
33
matrix:
34
- node: [14, 16]
+ node: [18, 20]
35
os: [ubuntu-latest, macos-latest, windows-latest]
36
fail-fast: false
37
steps:
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments