Skip to content

Commit

Permalink
try another node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Jan 23, 2025
1 parent 56a8ca7 commit cb98acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [23.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cb98acd

Please sign in to comment.