File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 32
32
with :
33
33
node-version : lts/*
34
34
35
- # required to install our private package from Github Packages
36
- - name : Authenticate with GitHub Packages
37
- run : echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
38
-
39
35
- name : Install the Node.js dependencies
40
36
run : npm ci
41
37
Original file line number Diff line number Diff line change 73
73
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
74
74
)" >> $GITHUB_ENV
75
75
76
- # required to install our private package from Github Packages
77
- - name : Authenticate with GitHub Packages
78
- run : echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
79
-
80
76
# needed because the precomputation scripts used by the ffi tests is a JS dependency
81
77
- name : Install the Node.js dependencies
82
78
run : npm ci
@@ -113,10 +109,6 @@ jobs:
113
109
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
114
110
)" >> $GITHUB_ENV
115
111
116
- # required to install our private package from Github Packages
117
- - name : Authenticate with GitHub Packages
118
- run : echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
119
-
120
112
# needed because the precomputation scripts used by the ffi tests is a JS dependency
121
113
- name : Install the Node.js dependencies
122
114
run : npm ci
@@ -169,10 +161,6 @@ jobs:
169
161
out
170
162
out-optimized
171
163
172
- # required to install our private package from Github Packages
173
- - name : Authenticate with GitHub Packages
174
- run : echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
175
-
176
164
# needed because the precomputation scripts used by the ffi tests is a JS dependency
177
165
- name : Install the Node.js dependencies
178
166
run : npm ci
You can’t perform that action at this time.
0 commit comments