Skip to content

Commit

Permalink
chore: use latest node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-pfister authored Dec 4, 2024
1 parent 346af28 commit ed8f08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"semantic-release": "semantic-release",
"semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
"build": "hedy -v",
"deploy": "hedy -v --deploy --test",
"deploy": "hedy -v --deploy --test --cleanup-patch=1w",
"deploy-routes": "hedy --no-build --no-hints -l major",
"deploy-ci": "hedy -v --deploy --test --pkgVersion=ci$CI_BUILD_NUM -l ci --cleanup-ci 24h",
"prepare": "husky"
Expand All @@ -26,7 +26,7 @@
"awsRole!important": "arn:aws:iam::118435662149:role/helix-service-role-s3-rw",
"awsAttachAuthorizer": "helix-token-authorizer_v2",
"fastlyServiceId!important": "",
"nodeVersion": 18
"nodeVersion": 22
},
"mocha": {
"require": [
Expand Down

0 comments on commit ed8f08a

Please sign in to comment.