Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Upgrade to Node 14 #88

Merged
merged 1 commit into from Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
with:
node-version: 12.x
node-version: 14.x
- run: npm install
- run: npm run check
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
with:
node-version: 12.x
node-version: 14.x
- run: npm install
- run: npm run compile
- run: npx semantic-release
Expand Down