Skip to content

Commit

Permalink
Updating the node version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Jun 17, 2024
1 parent f9638f2 commit bb3fc90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CI: false
strategy:
matrix:
node-version: [16.15.1]
node-version: [18.20.3]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
CI: false
strategy:
matrix:
node-version: [16.15.1]
node-version: [18.20.3]
os: [windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
CI: false
strategy:
matrix:
node-version: [16.15.1]
node-version: [18.20.3]
os: [macos-latest]

steps:
Expand Down

0 comments on commit bb3fc90

Please sign in to comment.