We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a358f commit 08f0018Copy full SHA for 08f0018
1 file changed
.github/workflows/continuous-integration.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Use Node.js 20
75
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
76
with:
77
- node-version: 20.20.0
+ node-version: 20.20.1
78
cache: 'npm'
79
- name: Bootstrap project
80
run: |
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
cache: npm
108
109
@@ -138,7 +138,7 @@ jobs:
138
139
140
141
142
143
144
0 commit comments