Skip to content

Commit

Permalink
Update main_skiforecast.yml
Browse files Browse the repository at this point in the history
update version and uses fields
  • Loading branch information
cander67 authored Feb 18, 2024
1 parent 213a34b commit 911e28f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_skiforecast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Node.js version
uses: actions/setup-node@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '20.x'

- name: Setup Python version
uses: actions/setup-python@v1
Expand Down

0 comments on commit 911e28f

Please sign in to comment.