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 4796d48 commit 708eb9cCopy full SHA for 708eb9c
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Node.js
10
uses: actions/setup-node@v3
11
with:
12
- node-version: '16'
+ node-version: '22.13.1'
13
14
- name: Install dependencies
15
run: npm ci
src/main/js/appMath.js
@@ -1,6 +1,6 @@
1
class AppMath {
2
sum(a, b) {
3
- return a - b;
+ return a + b;
4
}
5
6
subtract(a, b) {
0 commit comments