Skip to content

Commit

Permalink
Update Node.js version in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MXPOL committed Jan 4, 2024
1 parent 0f67d1d commit c542f84
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 @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: 20/*
node-version: 20

- name: Restore Dependencies
uses: actions/cache@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: 20/*
node-version: 20

- name: Restore Dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit c542f84

Please sign in to comment.