From 0bf069512be6b87a5496f7206d800520e0c6a6b4 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Thu, 19 Sep 2019 17:15:36 +0200 Subject: [PATCH] test: on Node.js 12 BREAKING CHANGE: Node.js 12 is now a requirement --- .github/workflows/test-and-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 02b9f350..1fc78f7f 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -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@