Skip to content

Commit

Permalink
ci: node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Apr 17, 2024
1 parent c770743 commit ab88aaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts
- run: npm ci
- run: npx wsrun -mpc build
- name: GitHub Pages
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts

- run: npm ci
- run: npx wsrun -mpc build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: lts

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit ab88aaf

Please sign in to comment.