Skip to content

Commit

Permalink
ci: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Sep 17, 2024
1 parent 0173a9c commit e6ea442
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@ jobs:

strategy:
matrix:
node: [16.x]
os: [ubuntu-latest, macos-latest]
fail-fast: false
node: [22.x]
os: [ubuntu-latest]
fail-fast: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.1
uses: pnpm/action-setup@v4

- name: Set node version to ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x

- run: npx conventional-github-releaser -p angular
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.8.0",
"private": true,
"preview": true,
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@9.4.0",
"description": "Visual Studio Code extension for Hybridly",
"keywords": [
"hybridly",
Expand Down

0 comments on commit e6ea442

Please sign in to comment.