Skip to content

Commit

Permalink
Updated node version of working & setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
ubheamar authored Sep 15, 2024
1 parent 44685ee commit c3eff3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
node: [0, 1, 2, 3]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/

- run: git config --global user.email "cicd@example.com" && git config --global user.name "Your Name"
Expand Down

0 comments on commit c3eff3d

Please sign in to comment.