File tree Expand file tree Collapse file tree 4 files changed +977
-931
lines changed Expand file tree Collapse file tree 4 files changed +977
-931
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
35
35
strategy :
36
36
matrix :
37
37
os : [ubuntu-latest]
38
- node_version : [14, 16, 18]
38
+ node_version : [16, 18, 20 ]
39
39
include :
40
40
# Active LTS + other OS
41
41
- os : macos-latest
42
- node_version : 16
42
+ node_version : 18
43
43
- os : windows-latest
44
- node_version : 16
44
+ node_version : 18
45
45
fail-fast : false
46
46
47
47
name : " Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
94
94
if : github.repository == 'vitejs/vite-plugin-react'
95
95
timeout-minutes : 10
96
96
runs-on : ubuntu-latest
97
- name : " Lint: node-16 , ubuntu-latest"
97
+ name : " Lint: node-18 , ubuntu-latest"
98
98
steps :
99
99
- uses : actions/checkout@v3
100
100
with :
@@ -103,10 +103,10 @@ jobs:
103
103
- name : Install pnpm
104
104
uses : pnpm/action-setup@v2.2.4
105
105
106
- - name : Set node version to 16
106
+ - name : Set node version to 18
107
107
uses : actions/setup-node@v3
108
108
with :
109
- node-version : 16
109
+ node-version : 18
110
110
cache : " pnpm"
111
111
112
112
- name : Install deps
Original file line number Diff line number Diff line change 34
34
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
35
35
36
36
- uses : ArnaudBarre/github-release@v1
37
+ with :
38
+ path : packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change 73
73
" eslint --cache --fix"
74
74
]
75
75
},
76
- "packageManager" : " pnpm@7.30.5 "
76
+ "packageManager" : " pnpm@8.6.0 "
77
77
}
You can’t perform that action at this time.
0 commit comments