Skip to content

Commit

Permalink
[ci] stay on node 18.17.1 for windows CI (#11325)
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz authored Oct 4, 2023
1 parent 8fd670d commit 00da367
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@ jobs:
- name: Print Neko version
run: neko -version 2>&1

- uses: actions/setup-node@v3
with:
node-version: 18.17.1

# - name: Quick test
# shell: pwsh
# run: |
Expand Down Expand Up @@ -812,6 +816,10 @@ jobs:
- name: Print Neko version
run: neko -version 2>&1

- uses: actions/setup-node@v3
with:
node-version: 18.17.1

# - name: Quick test
# shell: pwsh
# run: |
Expand Down
4 changes: 4 additions & 0 deletions extra/github-actions/test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- uses: actions/setup-node@v3
with:
node-version: 18.17.1

# - name: Quick test
# shell: pwsh
# run: |
Expand Down

0 comments on commit 00da367

Please sign in to comment.