Skip to content

Commit

Permalink
migrate runners to node:lts
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Mar 4, 2024
1 parent 179290b commit 4c371ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "12"

- name: Cache node modules
uses: actions/cache@v2
Expand All @@ -54,8 +52,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "12"

- name: Cache node modules
uses: actions/cache@v2
Expand All @@ -82,8 +78,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "12"

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit 4c371ad

Please sign in to comment.