Skip to content

Commit f8865b2

Browse files
committed
Adjust node action runner
1 parent 6e15900 commit f8865b2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

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

8+
env:
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
10+
811
jobs:
912
lint-and-typecheck:
1013
name: Lint & typecheck (Python ${{ matrix.python-version }})
@@ -63,7 +66,7 @@ jobs:
6366

6467
- uses: actions/setup-node@v4
6568
with:
66-
node-version: "20"
69+
node-version: "22"
6770
cache: "npm"
6871
cache-dependency-path: src/wavedriver/web/package-lock.json
6972

0 commit comments

Comments
 (0)