Skip to content

Commit 34df9a6

Browse files
committed
Removed organisation id token
1 parent e935a1b commit 34df9a6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '16'
20+
node-version: '22'
2121
- run: npm install
2222
- run: npm test

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: amondnet/vercel-action@v20
3030
with:
3131
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Use the Vercel token from GitHub secrets
32-
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }} # Vercel Organization ID
3332
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }} # Vercel Project ID
3433
vercel-args: '--prod' # Deploy to production
3534

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Set up Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '16'
16+
node-version: '22'
1717
- run: npm install
1818
- run: npm run lint

0 commit comments

Comments
 (0)