Skip to content

Commit

Permalink
Update test-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Nov 29, 2023
1 parent 0037fb3 commit 099bb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
test-backend:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
node: ['18.18.2', '20.9.0']
node: ['18', '20']
fail-fast: false

steps:
Expand Down

0 comments on commit 099bb12

Please sign in to comment.