Skip to content

Commit

Permalink
Provide engines
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliV committed Oct 29, 2023
1 parent 449f12b commit 5c42214
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v1
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "bfree",
"version": "0.1.0",
"engines": {
"node": ">=18.18.0",
"os": ["darwin", "linux"],
"cpu": ["x64", "arm"]
},
"private": true,
"scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=${NEXT_TELEMETRY_DISABLED:-1} next dev",
Expand Down

1 comment on commit 5c42214

@vercel
Copy link

@vercel vercel bot commented on 5c42214 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bfree – ./

bfree-olliv.vercel.app
bfree.vercel.app
bfree-git-master-olliv.vercel.app

Please sign in to comment.