Fix CI workflow to use correct Node.js runtime identifier
Some checks failed
CI / build (push) Failing after 8s
Some checks failed
CI / build (push) Failing after 8s
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: node:24
|
runs-on: node-24
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user