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 1c8a506 commit 0a42aceCopy full SHA for 0a42ace
.github/workflows/github-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4.1.7
16
17
- name: Use Node.js LTS 20.11.0
18
- uses: actions/setup-node@v4.0.3
+ uses: actions/setup-node@v4.0.4
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