Skip to content

Commit 17d171d

Browse files
committed
Update README.md and package.json
1 parent a992784 commit 17d171d

File tree

9 files changed

+95
-1027
lines changed

9 files changed

+95
-1027
lines changed

.eslintignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
examples/**/apolloMock.js
2-
examples/**/codegenTypedDocuments.d.ts
3-
examples/**/codegenTypes.d.ts
1+
lib
42
node_modules

.github/workflows/nodejs.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Node.js CI
52

63
on:
74
push:
8-
branches: [ master ]
5+
branches: [master]
96
pull_request:
10-
branches: [ master ]
7+
branches: [master]
118

129
jobs:
1310
build:
14-
1511
runs-on: ubuntu-latest
1612

1713
strategy:
1814
matrix:
19-
node-version: [10.x, 12.x]
15+
node-version: [12.x, 14.x]
2016

2117
steps:
22-
- uses: actions/checkout@v2
23-
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v1
25-
with:
26-
node-version: ${{ matrix.node-version }}
27-
- run: yarn install
28-
- run: yarn run build
29-
- run: yarn test
18+
- uses: actions/checkout@v2
19+
- name: Use Node.js ${{ matrix.node-version }}
20+
uses: actions/setup-node@v1
21+
with:
22+
node-version: ${{ matrix.node-version }}
23+
- run: yarn install
24+
- run: yarn run build
25+
- run: yarn test

.prettierignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
examples/**/apolloMock.js
2-
examples/**/codegenTypedDocuments.d.ts
3-
examples/**/codegenTypes.d.ts
4-
README.md
1+
lib

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)