Skip to content

Commit

Permalink
update pipelines deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Apr 18, 2024
1 parent 8ab69e2 commit b0904fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Setup
run: npm i -g @antfu/ni
Expand All @@ -33,14 +33,14 @@ jobs:

strategy:
matrix:
node: [16.x, 18.x]
node: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-stencil",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@9.0.2",
"description": "An Unplugin that wraps Stencil compiler for Vite, Webpack, Rollup, and more",
"license": "MIT",
"homepage": "https://github.com/stencil-community/unplugin-stencil#readme",
Expand Down

0 comments on commit b0904fb

Please sign in to comment.