Skip to content

Commit

Permalink
Use latest 18.x
Browse files Browse the repository at this point in the history
fixes #975

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Feb 21, 2024
1 parent 14a38b6 commit f12c98c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.15.x
node-version: 18.x
cache: npm

- name: Run Tests (macOS, windows)
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,3 @@ jobs:
with:
version: ${{ matrix.version }}

check:
if: always()
runs-on: ubuntu-latest
name: Status Check
needs: [ test ]
steps:
- name: Test Matrix Result
run: |
echo result = ${{ needs.test.result }}
- name: Status Check - success
if: ${{ needs.test.result == 'success' }}
run: |
echo "All tests successfully completed!"
exit 0
- name: Status Check - failure
if: ${{ needs.test.result != 'success' }}
run: |
echo "Status Check failed!"
exit 1
2 changes: 1 addition & 1 deletion .github/workflows/template-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18.15.x
node-version: 18.x
cache: npm

- name: Run Tests (macOS, windows)
Expand Down

0 comments on commit f12c98c

Please sign in to comment.