Skip to content

Commit

Permalink
ci: nvm LTS syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Apr 17, 2024
1 parent ab88aaf commit f655b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts
node-version: lts/*
- run: npm ci
- run: npx wsrun -mpc build
- name: GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts
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: lts
node-version: lts/*

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit f655b4a

Please sign in to comment.