Skip to content

Commit

Permalink
chore(ci): update to node 20 in github action + remove useless setup-…
Browse files Browse the repository at this point in the history
…python action
  • Loading branch information
NicolasRichel committed Mar 28, 2024
1 parent 4311801 commit 883a146
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
check-latest: true
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Setup npm
run: npm install npm@latest -g
- run: npm ci
Expand Down

0 comments on commit 883a146

Please sign in to comment.