Skip to content

Commit

Permalink
CI: Update env
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Mar 13, 2024
1 parent 7afd4fb commit a09a825
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
name: ${{ matrix.config.RUN }} ${{ matrix.config.RUNFLAGS }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- name: Install ${{ matrix.config.RUN }}
run: |
set -e
Expand All @@ -40,12 +40,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: "50"
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- name: Install web-ext
run: |
set -e
Expand Down

0 comments on commit a09a825

Please sign in to comment.