Skip to content

Commit

Permalink
github actions: ⬆️ node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Nov 28, 2023
1 parent 47705e7 commit 163ed00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install npm modules
Expand All @@ -37,9 +37,9 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.11"]
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 163ed00

Please sign in to comment.