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.
2 parents 729bd9b + d5bd649 commit d2f34feCopy full SHA for d2f34fe
.github/workflows/continuous-integration.yml
@@ -126,7 +126,7 @@ jobs:
126
- uses: "actions/setup-node@v3"
127
with:
128
check-latest: true
129
- node: 19
+ node-version: 19
130
- name: "Install node modules"
131
run: "npm ci"
132
- name: Run ESLint
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
145
- name: Run Jest
0 commit comments