Skip to content

add node version to env #9

add node version to env

add node version to env #9

Workflow file for this run

name: Run tests
on: [push, pull_request]
env:
NODE_VERSION: '18'
jobs:
call-test-workflow:
uses: ./.github/workflows/test-workflow.yml
with:
node-version: '$NODE_VERSION'