Skip to content

Commit

Permalink
Update normal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard authored Mar 6, 2024
1 parent d9b475a commit d2dbb29
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: "12.x"
# Version Spec of the version to use in SemVer notation.
# It also emits such aliases as lts, latest, nightly and canary builds
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: 'lts/*'
# Set this option if you want the action to check for the latest available version
# that satisfies the version spec.
# It will only get affect for lts Nodejs versions (12.x, >=10.15.0, lts/Hydrogen).
# Default: false
check-latest: true

- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit d2dbb29

Please sign in to comment.