Skip to content

Commit

Permalink
pin node version?
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbloom committed Jan 2, 2024
1 parent 57a13db commit f8cbdf8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare Node
run: npm ci
- name: Setup Node
uses: actions/setup-node@v4
with:
# 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: '16'
- name: Build site
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit f8cbdf8

Please sign in to comment.