try another node version

This commit is contained in:
Anton Lavrevov 2025-01-23 13:43:25 -05:00
parent 56a8ca7cdc
commit cb98acd0e3

View File

@ -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