Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanCodes committed May 3, 2024
1 parent 045b2dc commit 916244c
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,27 @@ jobs:
with:
node-version: 20

- name: Install Dependencies
uses: chill-viking/npm-ci@latest
with:
working_directory: './npm-root-folder/'
- run: npm ci

- name: Lint
run: npm run lint

- name: Test
run: npm run ci:test

# - name: Automated Version Bump
# uses: phips28/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Automated Version Bump
uses: phips28/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Build
run: npm run build:prod

# - name: Upload Artifact
# uses: actions/upload-artifact@v2
# with:
# name: dist
# path: dist/chuck-norris-joke-generator/browser
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/chuck-norris-joke-generator/browser

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 916244c

Please sign in to comment.