Skip to content

Commit 1289b6d

Browse files
committed
Run CI and deploys on Node 26
1 parent 4af072d commit 1289b6d

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v7
1818
- uses: actions/setup-node@v7
1919
with:
20-
node-version: 20
20+
node-version-file: .node-version
2121
cache: npm
2222
- run: npm ci
2323
- run: npm run check
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v7
4141
- uses: actions/setup-node@v7
4242
with:
43-
node-version: 20
43+
node-version-file: .node-version
4444
cache: npm
4545
- run: npm ci
4646
- name: Restore deployment configuration

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
26.7.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Development
44

5-
Use Node.js 20.19 or later:
5+
Use Node.js 26.7 or later:
66

77
```sh
88
npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each installation runs in the owner's Cloudflare account. It has separate data,
1010

1111
You need:
1212

13-
- Node.js 20.19 or later
13+
- Node.js 26.7 or later
1414
- A free Cloudflare account
1515
- A Google OAuth web client
1616

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "git+https://github.com/none23/codex-artifacts.git"
1010
},
1111
"engines": {
12-
"node": ">=20.19"
12+
"node": ">=26.7"
1313
},
1414
"type": "module",
1515
"scripts": {

0 commit comments

Comments
 (0)