Skip to content

Commit

Permalink
Merge pull request #178 from contractify/dependabot/npm_and_yarn/acti…
Browse files Browse the repository at this point in the history
…ons-deps-be7c08326d
  • Loading branch information
pieterclaerhout authored Jan 27, 2025
2 parents 885293e + a4b53e7 commit cacf1f3
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node 16
- name: Setup node 23
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 23.x
- run: npm install
- run: npm run build
- run: npm test
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js 23.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 23.x

- name: Install dependencies
run: npm ci
Expand Down
148 changes: 129 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/http-client": "^2.2.3",
"nock": "^13.5.6"
"nock": "^14.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@vercel/ncc": "^0.38.3",
"jest": "^29.7.0",
"prettier": "^3.4.2",
Expand Down

0 comments on commit cacf1f3

Please sign in to comment.