Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 1653dfa

Browse files
committed
feedback resolved
1 parent c352b16 commit 1653dfa

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v2
2727

28-
# updated to Node 16
28+
# Node 16 matches the version of Node used by VS Code when this was
29+
- # written, but it should be updated when VS Code updates its Node version.
2930
# Node needs to be installed before OS-specific setup so that we can run
3031
# the hash verification script.
3132
- name: Use Node 16.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
"winston": "^2.4.5"
664664
},
665665
"overrides": {
666-
"async": "3.2.3",
666+
"async": "~3.2.3",
667667
"node-sass": "^7.0.0"
668668
}
669669
}

src/views/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {},
4040
"overrides": {
41-
"qs": "6.10.3",
42-
"async": "3.2.3",
41+
"qs": "~6.10.3",
42+
"async": "~3.2.3",
4343
"node-sass": "^7.0.0"
4444
}
4545
}

0 commit comments

Comments
 (0)