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 d89a932 commit ae17810Copy full SHA for ae17810
.github/workflows/github-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/[email protected]
16
17
- name: Use Node.js LTS 20.11.0
18
- uses: actions/setup-node@v4.3.0
+ uses: actions/setup-node@v4.4.0
19
with:
20
node-version: 20.11.0
21
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Use Node.js ${{ matrix.node-version }}
46
47
48
node-version: ${{ matrix.node-version }}
49
0 commit comments