Skip to content

Commit

Permalink
chore(tools): lock ci to node 16 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Carrigan authored Jan 31, 2022
1 parent 15d2398 commit 64d23f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [12, 14, 16]
node-version: [16]
fail-fast: false

steps:
Expand All @@ -23,9 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update npm
run: npm i -g npm@8

- name: Start database
uses: supercharge/[email protected]

Expand Down

0 comments on commit 64d23f2

Please sign in to comment.