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: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [23.x] node-version: [20.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2