Skip to content

Commit 02e1cba

Browse files
committed
💚 CI: remove gh-packages specific commands
1 parent 568a840 commit 02e1cba

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/quality-checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
with:
3333
node-version: lts/*
3434

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-
3935
- name: Install the Node.js dependencies
4036
run: npm ci
4137

.github/workflows/tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
7474
)" >> $GITHUB_ENV
7575
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-
8076
# needed because the precomputation scripts used by the ffi tests is a JS dependency
8177
- name: Install the Node.js dependencies
8278
run: npm ci
@@ -113,10 +109,6 @@ jobs:
113109
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
114110
)" >> $GITHUB_ENV
115111
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-
120112
# needed because the precomputation scripts used by the ffi tests is a JS dependency
121113
- name: Install the Node.js dependencies
122114
run: npm ci
@@ -169,10 +161,6 @@ jobs:
169161
out
170162
out-optimized
171163
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-
176164
# needed because the precomputation scripts used by the ffi tests is a JS dependency
177165
- name: Install the Node.js dependencies
178166
run: npm ci

0 commit comments

Comments
 (0)