Skip to content

Instantly share code, notes, and snippets.

@bfrancom
Created July 25, 2023 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfrancom/b863ca8cba469781843328abe7f1ccff to your computer and use it in GitHub Desktop.
Save bfrancom/b863ca8cba469781843328abe7f1ccff to your computer and use it in GitHub Desktop.
How to reference node version more easily
jobs:
example_matrix:
strategy:
matrix:
version: [18]
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment