Skip to content

Commit 48267fb

Browse files
authored
Merge pull request #178 from CyberAgentAILab/fix/ci-node-version
ci: upgrade to Node.js 22 and opt into Node.js 24 actions runtime
2 parents d0665ae + 015fbb2 commit 48267fb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎.github/workflows/main.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [main]
66

7+
env:
8+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest
@@ -14,7 +17,7 @@ jobs:
1417
- name: Setup Node.js
1518
uses: actions/setup-node@v4
1619
with:
17-
node-version: 20.x
20+
node-version: 22.x
1821

1922
- name: Install NPM packages
2023
run: npm ci

0 commit comments

Comments
 (0)