diff --git a/README.md b/README.md index 732b0483..362bd89d 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: npm ci - run: npm test ```