Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
fendermice committed Mar 9, 2023
1 parent f533352 commit 05e5af7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ jobs:
with:
who-to-greet: Ako2
- name: Log greeting time
run: echo "${{ steps.greet.outputs.time }}"
run: echo "${{ steps.greet.outputs.time }}"
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
4 changes: 2 additions & 2 deletions .github/workflows/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
# ls -a
# git init
# git remote add origin "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
# git config --global user.email "ako2@ako2.com"
# git config --global user.name "ako2"
# git config --global user.email "michael.valencia@nowcom.com.ph"
# git config --global user.name "fendermice"
# git fetch
# git checkout master
# git branch --set-upstream-to=origin/master
Expand Down

0 comments on commit 05e5af7

Please sign in to comment.