Skip to content

Commit 55f8de1

Browse files
committed
revert a few packages as they aren't supported together
1 parent c180a7c commit 55f8de1

File tree

3 files changed

+86
-56
lines changed

3 files changed

+86
-56
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ on:
77
- 'releases/*'
88

99
jobs:
10-
# unit tests
1110
units:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v6
14+
15+
- name: Setup Node
16+
uses: actions/setup-node@v6.3.0
17+
with:
18+
node-version: 24.x
19+
- run: npm ci
20+
1521
- run: npm ci
22+
- run: npm run build
1623
# - run: npm test
1724

1825
# test action works running from the graph

package-lock.json

Lines changed: 74 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/miniscruff/changie-action#readme",
2828
"dependencies": {
29-
"@actions/core": "3.0.0",
30-
"@actions/exec": "3.0.0",
31-
"@actions/http-client": "4.0.0",
32-
"@actions/tool-cache": "4.0.0"
29+
"@actions/core": "^2.0.0",
30+
"@actions/exec": "^2.0.0",
31+
"@actions/http-client": "^3.0.0",
32+
"@actions/tool-cache": "^3.0.0"
3333
},
3434
"devDependencies": {
3535
"@types/node": "25.6.0",

0 commit comments

Comments
 (0)