Skip to content

Commit 9cb1d15

Browse files
authored
ci: node 16 (#17)
1 parent b02d048 commit 9cb1d15

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/build-on-pullrequest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checking out
1414
uses: actions/checkout@v2
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 16
1518
- name: Installing dependencies
1619
run: yarn install
1720
- name: Run TypeScript Compiler

.github/workflows/tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
token: ${{ secrets.H5_GITHUB_TOKEN }}
1717
fetch-depth: 0
18+
- uses: actions/setup-node@v3
19+
with:
20+
node-version: 16
1821
- name: Configuring Git
1922
run: |
2023
git config --global user.name "high5-bot"

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

0 commit comments

Comments
 (0)