Skip to content

Commit

Permalink
feat: Update node version from 16 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Aug 31, 2023
1 parent 1a89ee8 commit 7758bf4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
pull_request:
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 18.x
working-directory: ./
run-commit-lint: true
run-build: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: Continuous Integration
uses: makerxstudio/shared-config/.github/workflows/node-ci.yml@main
with:
node-version: 18.x
run-commit-lint: true
pre-test-script: |
pipx install algokit
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
- ci
- check_docs
with:
node-version: 18.x
build-path: dist
artifact-name: package

Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -6,7 +6,7 @@
"author": "Algorand Foundation",
"license": "MIT",
"engines": {
"node": ">=16.0"
"node": ">=18.0"
},
"type": "module",
"main": "./cjs/index.js",
Expand Down Expand Up @@ -160,4 +160,4 @@
"@semantic-release/github"
]
}
}
}

0 comments on commit 7758bf4

Please sign in to comment.