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

Commit

Permalink
test: on Node.js 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node.js 12 is now a requirement
  • Loading branch information
coderbyheart committed Sep 19, 2019
1 parent 58b5a5c commit 0bf0695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "12.x"
- name: Install latest npm
run: |
sudo npm install -g npm@
Expand Down

0 comments on commit 0bf0695

Please sign in to comment.