diff --git a/README.md b/README.md index d3c929f..6a569cd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 12 + node-version: lts/* - name: Install deps and build run: | npm i