We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af16a commit a7c61c3Copy full SHA for a7c61c3
1 file changed
.github/workflows/node-release.yml
@@ -65,6 +65,8 @@ jobs:
65
# Setup Node.js environment
66
- name: Setup Node.js
67
uses: actions/setup-node@v4
68
+ with:
69
+ node-version: lts
70
71
# Install action dependencies
72
- name: Install action dependencies
0 commit comments