-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tools): lock ci to node 16 (#141)
- Loading branch information
Naomi Carrigan
authored
Jan 31, 2022
1 parent
15d2398
commit 64d23f2
Showing
1 changed file
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
node-version: [12, 14, 16] | ||
node-version: [16] | ||
fail-fast: false | ||
|
||
steps: | ||
|
@@ -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] | ||
|
||
|