Skip to content

Commit 5151815

Browse files
committed
eslint changing node version
1 parent 26b7081 commit 5151815

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v4
88
- name: Set up Node.js
9-
uses: actions/setup-node@v3
9+
uses: actions/setup-node@v4
1010
with:
11-
node-version: 18.16.1
11+
node-version: "22"
1212
- name: Install modules
1313
run: yarn
1414
- name: Run ESLint

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"buildCommand": "yarn build",
3+
"devCommand": "yarn dev",
4+
"installCommand": "yarn install",
5+
"framework": "nextjs",
6+
"nodeVersion": "22.x"
7+
}
8+

0 commit comments

Comments
 (0)