77 branches : [main]
88 workflow_dispatch :
99
10- env :
11- NODE_VERSION : 22.x
12-
1310permissions :
1411 actions : read
1512 contents : read
3229 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3330 with :
3431 cache : ' npm'
35- node-version : ${{ env.NODE_VERSION }}
32+ node-version-file : ' .nvmrc '
3633 registry-url : ' https://npm.pkg.github.com'
3734 scope : ' @deepnote'
3835
5956 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
6057 with :
6158 cache : ' npm'
62- node-version : ${{ env.NODE_VERSION }}
59+ node-version-file : ' .nvmrc '
6360 registry-url : ' https://npm.pkg.github.com'
6461 scope : ' @deepnote'
6562
7875
7976 steps :
8077 - name : Checkout code
81- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
78+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
79+ with :
80+ fetch-depth : 0
8281
8382 - name : Install qlty
8483 uses : qltysh/qlty-action/install@6bbb1add7432c45a3fd35a824ea69dc5bef27967
@@ -105,7 +104,7 @@ jobs:
105104 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
106105 with :
107106 cache : ' npm'
108- node-version : ${{ env.NODE_VERSION }}
107+ node-version-file : ' .nvmrc '
109108 registry-url : ' https://npm.pkg.github.com'
110109 scope : ' @deepnote'
111110
@@ -155,7 +154,7 @@ jobs:
155154 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
156155 with :
157156 cache : ' npm'
158- node-version : ${{ env.NODE_VERSION }}
157+ node-version-file : ' .nvmrc '
159158 registry-url : ' https://npm.pkg.github.com'
160159 scope : ' @deepnote'
161160
@@ -179,7 +178,7 @@ jobs:
179178 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
180179 with :
181180 cache : ' npm'
182- node-version : ${{ env.NODE_VERSION }}
181+ node-version-file : ' .nvmrc '
183182 registry-url : ' https://npm.pkg.github.com'
184183 scope : ' @deepnote'
185184
@@ -203,7 +202,7 @@ jobs:
203202 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
204203 with :
205204 cache : ' npm'
206- node-version : ${{ env.NODE_VERSION }}
205+ node-version-file : ' .nvmrc '
207206 registry-url : ' https://npm.pkg.github.com'
208207 scope : ' @deepnote'
209208
@@ -227,7 +226,7 @@ jobs:
227226 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
228227 with :
229228 cache : ' npm'
230- node-version : ${{ env.NODE_VERSION }}
229+ node-version-file : ' .nvmrc '
231230 registry-url : ' https://npm.pkg.github.com'
232231 scope : ' @deepnote'
233232
0 commit comments