Adjust login config variable and how env configuration is loaded #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [ 20.x, 22.x ] | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/build | |
with: | |
version: ${{ matrix.node-version }} |