Skip to content

Commit 903f898

Browse files
authored
Merge pull request #118 from felipej26/update-libs
feat(deps): upgrading apollo-server-express and inquirer
2 parents cdb4abc + bbd9de9 commit 903f898

4 files changed

Lines changed: 1190 additions & 2743 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install, test and build
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12.14.1
19+
node-version: 16.15.0
2020
- run: npm install
2121
- run: npm run test:coverage
2222
- run: npm run build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12.14.1
19+
node-version: 16.15.0
2020
- run: npm install
2121
- run: npm run test:coverage
2222

0 commit comments

Comments
 (0)