We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b7081 commit 5151815Copy full SHA for 5151815
.github/workflows/eslint.yml
@@ -4,11 +4,11 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
8
- name: Set up Node.js
9
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
10
with:
11
- node-version: 18.16.1
+ node-version: "22"
12
- name: Install modules
13
run: yarn
14
- name: Run ESLint
vercel.json
@@ -0,0 +1,8 @@
1
+{
2
+ "buildCommand": "yarn build",
3
+ "devCommand": "yarn dev",
+ "installCommand": "yarn install",
+ "framework": "nextjs",
+ "nodeVersion": "22.x"
+}
+
0 commit comments