Skip to content

Commit

Permalink
feat update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Apr 24, 2024
1 parent dfaa68c commit c879fec
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
- name: Config Node Version because of npm login issues.
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci
- name: Build (Default Unihockey)
run: npm run build:prod
Expand All @@ -36,10 +35,9 @@ jobs:
- name: Config Node Version because of npm login issues.
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci
- name: Build app-kadetten-unihockey
run: npm run build:app-kadetten-unihockey
Expand All @@ -59,10 +57,9 @@ jobs:
- name: Config Node Version because of npm login issues.
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci
- name: Build app-uhc-win-u
run: npm run build:app-uhc-win-u
Expand All @@ -82,10 +79,9 @@ jobs:
- name: Config Node Version because of npm login issues.
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci
- name: Build app-stv-spreitenbach
run: npm run build:app-stv-spreitenbach
Expand All @@ -105,10 +101,9 @@ jobs:
- name: Config Node Version because of npm login issues.
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci
- name: Build app-vbc-schaffhausen
run: npm run build:app-vbc-schaffhausen
Expand All @@ -128,10 +123,9 @@ jobs:
- name: Config Node Version because of npm login issues.
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20
- name: Install Dependencies
run: |
npm config set '//npm.fontawesome.com/:_authToken' "${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}"
npm ci
- name: Build app-kadetten-handball
run: npm run build:app-kadetten-handball
Expand Down

0 comments on commit c879fec

Please sign in to comment.