We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a69883 commit 9dc3a56Copy full SHA for 9dc3a56
.github/workflows/make.yml
@@ -66,7 +66,7 @@ jobs:
66
# Pin action to full length commit SHA corresponding to v3.8.1
67
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
68
with:
69
- node-version: '16' # 'lts/*'
+ node-version: '20' # 'lts/*'
70
timeout-minutes: 5
71
72
# Install dependencies (accounting for possible network failures, etc, when installing node module dependencies):
0 commit comments