Skip to content

Commit

Permalink
le preperacion
Browse files Browse the repository at this point in the history
  • Loading branch information
NullDev authored Nov 28, 2023
1 parent 285353b commit 238e49b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/getCurrentDay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
prepare_day:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 19.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 238e49b

Please sign in to comment.