We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02d048 commit 9cb1d15Copy full SHA for 9cb1d15
.github/workflows/build-on-pullrequest.yml
@@ -12,6 +12,9 @@ jobs:
12
steps:
13
- name: Checking out
14
uses: actions/checkout@v2
15
+ - uses: actions/setup-node@v3
16
+ with:
17
+ node-version: 16
18
- name: Installing dependencies
19
run: yarn install
20
- name: Run TypeScript Compiler
.github/workflows/tag.yml
@@ -15,6 +15,9 @@ jobs:
with:
token: ${{ secrets.H5_GITHUB_TOKEN }}
fetch-depth: 0
21
- name: Configuring Git
22
run: |
23
git config --global user.name "high5-bot"
.nvmrc
@@ -0,0 +1 @@
1
+16
0 commit comments