Skip to content

Commit

Permalink
update to nodejs20
Browse files Browse the repository at this point in the history
  • Loading branch information
calexil committed Mar 29, 2024
1 parent 27b1ad9 commit 9872d93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

name: Fightstick Display

runs:
using: 'node20'
main: 'main.js'

on:
push:
branches: [ master ]
Expand All @@ -20,11 +24,9 @@ jobs:
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
using: 'node20'
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
using: 'node20'
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 9872d93

Please sign in to comment.