We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b94339 commit 7b112d1Copy full SHA for 7b112d1
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node: ["14", "16"]
+ node: ["18", "20"]
17
name: Node ${{ matrix.node }} build
18
steps:
19
- uses: actions/checkout@v2
README.md
@@ -51,11 +51,17 @@ We welcome community contributions and pull requests.
51
52
1. Install Docker which is required for some of the packages.
53
54
-1. Install Node dependencies.
+1. Install Node dependencies. This also automatically builds the packages.
55
56
- yarn install
+ yarn install --frozen-lockfile
57
58
-1.
+1. Run tests.
59
+
60
+ npm test
61
62
+1. Run linting.
63
64
+ npm run lint
65
66
## License
67
0 commit comments