diff --git a/README.md b/README.md index 5b41707..4fa4728 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: "14" + node-version: "16" cache: 'npm' - run: npm ci