Skip to content

Commit

Permalink
chore: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Dec 3, 2024
1 parent e8c7c21 commit a6f7df3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
check-latest: true
- run: yarn
- run: yarn typecheck
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
check-latest: true
- run: yarn
- run: yarn build
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
check-latest: true
- run: yarn
- run: yarn build:staging
Expand All @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version-file: 'package.json'
check-latest: true
- run: yarn
- run: yarn build:production
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]
},
"engines": {
"node": ">=16.14"
"node": "^20"
},
"prettier": "@valora/prettier-config"
}

0 comments on commit a6f7df3

Please sign in to comment.