diff --git a/README.md b/README.md index e8b19774..befd9b28 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: 'npm' - run: npm ci - run: npm test