Skip to content

Commit

Permalink
add support for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthemaster committed Oct 6, 2022
1 parent da9faea commit 983027c
Show file tree
Hide file tree
Showing 154 changed files with 8,114 additions and 590 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 12
uses: actions/checkout@v3
- name: Build and push
uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0)
# use this if you want the sharpest of cutting edges (can and probably WILL break from time to time)
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'TypeScript Build'
description: 'Build TypeScript code and optionally push the compiled code to a different branch'
author: 'Kovacs Alex'
author: 'Alex Kovacs'
inputs:
pushToBranch:
description: 'Whether or not to push the compiled code to a different branch'
Expand All @@ -14,5 +14,5 @@ inputs:
description: 'Your GitHub secret token'
required: false
runs:
using: 'node12'
using: 'node16'
main: src/index.js
12 changes: 12 additions & 0 deletions node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/uuid.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/uuid.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 66 additions & 16 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 983027c

Please sign in to comment.