We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d3185 commit 825b9bdCopy full SHA for 825b9bd
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
- name: Checkout
153
uses: actions/checkout@v4
154
- name: Set up Node
155
- uses: actions/setup-node@v4.2.0
+ uses: actions/setup-node@v4.3.0
156
with:
157
node-version: 'lts/*'
158
cache: 'npm'
.github/workflows/docker.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments