Skip to content

Commit

Permalink
ci: node 16 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunklesToast authored Oct 23, 2022
1 parent b02d048 commit 9cb1d15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checking out
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Installing dependencies
run: yarn install
- name: Run TypeScript Compiler
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
token: ${{ secrets.H5_GITHUB_TOKEN }}
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Configuring Git
run: |
git config --global user.name "high5-bot"
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16

0 comments on commit 9cb1d15

Please sign in to comment.