Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates and fixes for ubuntu-latest change to ubuntu-24.04 #1144

Closed
wants to merge 15 commits into from
Prev Previous commit
Next Next commit
npm run format-check
  • Loading branch information
aparnajyothi-y committed Oct 10, 2024
commit 2ec4a530b389c247d7186ad01e786e19d5eadd62
4 changes: 1 addition & 3 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,6 @@ on:
push:
branches:
- nvm-issue-fix



jobs:
local-cache:
@@ -39,7 +37,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true

- name: Verify node and npm
run: |
node_version=$(node --version)