Skip to content

Commit

Permalink
fix: Node bump to 20 from 16 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
esmithaas authored Feb 1, 2024
1 parent 0e2fb6d commit 2da4521
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- run: yarn install
- run: yarn run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- name: Install Dependencies
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/liatrio/terraform-change-pr-commenter.git"
},
"engines": {
"node": ">=16"
"node": "20"
},
"release": {
"branches": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@vercel/ncc": "^0.33.1",
"semantic-release": "^19.0.3"
"semantic-release": "^23.0.0"
},
"dependencies": {
"@actions/core": "^1.9.1",
Expand Down

0 comments on commit 2da4521

Please sign in to comment.