Skip to content

Commit

Permalink
Updated node-version to 20 in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D-K-P committed Mar 29, 2024
1 parent a58a004 commit f1b9e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "20"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm test
Expand Down

0 comments on commit f1b9e74

Please sign in to comment.