We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ceaf0 commit cb28698Copy full SHA for cb28698
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Use Node.js 18.x
11
uses: actions/setup-node@v2
12
with:
13
- node-version: 18.x
+ node-version: 18.20.7
14
- name: NPM Build and Test
15
run: |
16
npm ci
0 commit comments