Skip to content

Commit

Permalink
Build on node 12 & 14
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 14, 2021
1 parent 7727e12 commit 8f6674f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node: [12, 14]

steps:
- name: Checkout repo
uses: actions/checkout@v2.3.4

- name: Install node
uses: actions/setup-node@v2.1.4
with:
node-version: "12.x"
node-version: ${{ matrix.node }}

- run: npm ci

Expand Down

0 comments on commit 8f6674f

Please sign in to comment.