We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb56449 commit 6bbe65bCopy full SHA for 6bbe65b
1 file changed
.github/workflows/makecode.yml
@@ -10,4 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
with:
12
submodules: recursive
13
+ - uses: actions/setup-node@v4
14
+ with:
15
+ node-version: 22
16
- run: npx makecode
0 commit comments