1212 paths-ignore :
1313 - website/**
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519permissions :
1620 contents : read
1721
@@ -22,11 +26,12 @@ jobs:
2226 runs-on : ubuntu-latest
2327 strategy :
2428 matrix :
25- node : ['14', '16', '17 ']
29+ node : ['14', '16', '18 ']
2630 steps :
27- - uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3
31+ - name : Checkout
32+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
2833 - name : Use Node.js ${{ matrix.node }}
29- uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
34+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
3035 with :
3136 node-version : ${{ matrix.node }}
3237 cache : yarn
6267 - variant : -st
6368 nodeLinker : pnp
6469 steps :
65- - uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3
70+ - name : Checkout
71+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
6672 - name : Use Node.js 16
67- uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
73+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
6874 with :
6975 node-version : ' 16'
7076 cache : yarn
@@ -107,9 +113,10 @@ jobs:
107113 timeout-minutes : 30
108114 runs-on : ubuntu-latest
109115 steps :
110- - uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3
116+ - name : Checkout
117+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
111118 - name : Use Node.js 16
112- uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
119+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
113120 with :
114121 node-version : ' 16'
115122 cache : yarn
@@ -136,9 +143,10 @@ jobs:
136143 timeout-minutes : 30
137144 runs-on : ubuntu-latest
138145 steps :
139- - uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3
146+ - name : Checkout
147+ uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
140148 - name : Use Node.js 16
141- uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3
149+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3
142150 with :
143151 node-version : ' 16'
144152 cache : yarn
0 commit comments