Skip to content

Commit

Permalink
ci: use lts/* and current as node version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed May 29, 2024
1 parent ee366fc commit 12bef08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
node: [ 20, 22 ]
node: [ lts/*, current ]

steps:
- name: ๐Ÿ› ๏ธ Prepare pnpm workspace
Expand Down Expand Up @@ -60,8 +60,6 @@ jobs:
steps:
- name: ๐Ÿ› ๏ธ Prepare pnpm workspace
uses: dyne/pnpm@main
with:
node-version: 20
- name: ๐Ÿ“– Setup Pages
uses: actions/configure-pages@v5
- name: ๐Ÿ—๏ธ update sentences tabled and build the docs
Expand Down Expand Up @@ -90,8 +88,6 @@ jobs:
steps:
- name: ๐Ÿ› ๏ธ Prepare pnpm workspace
uses: dyne/pnpm@main
with:
node-version: 20
- name: ๐Ÿ—๏ธ Build all
run: pnpm build
- name: ๐ŸŒ Build @slangroom/browser
Expand Down

0 comments on commit 12bef08

Please sign in to comment.