File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
with :
71
71
repository : opentdf/tests
72
72
path : otdftests # use different name bc other repos might have tests directories
73
- - name : Set up Node 22
74
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
75
- with :
76
- node-version : " 22.x"
77
- registry-url : https://npm.pkg.github.com
78
73
- name : Set up Python 3.10
79
74
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
80
75
with :
96
91
repository : opentdf/web-sdk
97
92
path : web-sdk
98
93
ref : ${{ env.JS_REF }}
94
+ - name : Set up Node 22
95
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
96
+ with :
97
+ node-version : " 22.x"
98
+ cache-dependency-path : web-sdk/lib/package-lock.json web-sdk/cli/package-lock.json
99
99
100
100
# ####### SETUP THE JS CLI #############
101
101
- name : build the js cli
You can’t perform that action at this time.
0 commit comments