Skip to content

Commit

Permalink
if it aint broke don't fix it (until i get the motivation to)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanye74 committed Aug 19, 2023
1 parent 127479f commit 1173881
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
- name: Checkout project
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 16
# - run: npm i

- name: Build and push
uses: lanye74/action-build-typescript@master
Expand Down

0 comments on commit 1173881

Please sign in to comment.