Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Aug 25, 2023
1 parent d93d513 commit 6237b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Echo env
run: echo "NODE_VERSION $NODE_VERSION"
env:
NODE_VERSION: ${{ env.NODE_VERSION }}
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 6237b24

Please sign in to comment.