diff --git a/README.md b/README.md index befd9b28..30c2c02c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: 'npm' cache-dependency-path: subdir/package-lock.json - run: npm ci