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 4f5d137 commit b71bf0bCopy full SHA for b71bf0b
.github/actions/package.json
@@ -3,13 +3,13 @@
3
"private": true,
4
"type": "module",
5
"devDependencies": {
6
- "@sourceacademy/modules-repotools": "workspace:^",
7
"@types/node": "^22.15.30",
8
"typescript": "^5.8.2"
9
},
10
"dependencies": {
11
"@actions/core": "^1.11.1",
12
- "@actions/exec": "^1.1.1"
+ "@actions/exec": "^1.1.1",
+ "@sourceacademy/modules-repotools": "workspace:^"
13
14
"scripts": {
15
"build": "node ./build.js"
0 commit comments