CI: check-latest for node

This commit is contained in:
JustArchi
2021-02-22 19:05:34 +01:00
parent f9775fd17b
commit bfc48425d3

View File

@@ -38,6 +38,7 @@ jobs:
- name: Setup Node.js with npm
uses: actions/setup-node@v2
with:
check-latest: true
node-version: ${{ env.NODE_JS_VERSION }}
- name: Verify Node.js