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 a7d0e1b commit 44dacc0Copy full SHA for 44dacc0
.github/workflows/github-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4.1.7
16
17
- name: Use Node.js LTS 16.18.0
18
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@v4.0.3
19
with:
20
node-version: 16.18.0
21
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Use Node.js ${{ matrix.node-version }}
51
52
53
node-version: ${{ matrix.node-version }}
54
0 commit comments