Skip to content

Commit 928a225

Browse files
committed
Updating CI together with nextjs
1 parent e305acd commit 928a225

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js environment
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16
24+
node-version: 22
2525
cache: 'yarn'
2626

2727
- name: Install dependencies

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
# Allow one concurrent deployment
1818
concurrency:
19-
group: "pages"
19+
group: 'pages'
2020
cancel-in-progress: true
2121

2222
jobs:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node
4747
uses: actions/setup-node@v3
4848
with:
49-
node-version: "16"
49+
node-version: '22'
5050
cache: ${{ steps.detect-package-manager.outputs.manager }}
5151
- name: Setup Pages
5252
uses: actions/configure-pages@v2

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)