Skip to content

Commit 983027c

Browse files
committed
add support for yarn
1 parent da9faea commit 983027c

File tree

154 files changed

+8114
-590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+8114
-590
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/checkout@v2
17-
- name: Setup Node.js
18-
uses: actions/setup-node@v2.1.4
19-
with:
20-
node-version: 12
16+
uses: actions/checkout@v3
2117
- name: Build and push
2218
uses: alexthemaster/action-build-typescript@v. # check the releases tab on the right for versions (looks like this: v1.0.0)
2319
# use this if you want the sharpest of cutting edges (can and probably WILL break from time to time)

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'TypeScript Build'
22
description: 'Build TypeScript code and optionally push the compiled code to a different branch'
3-
author: 'Kovacs Alex'
3+
author: 'Alex Kovacs'
44
inputs:
55
pushToBranch:
66
description: 'Whether or not to push the compiled code to a different branch'
@@ -14,5 +14,5 @@ inputs:
1414
description: 'Your GitHub secret token'
1515
required: false
1616
runs:
17-
using: 'node12'
17+
using: 'node16'
1818
main: src/index.js

node_modules/.bin/uuid

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/uuid.cmd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/uuid.ps1

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.package-lock.json

Lines changed: 66 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)