Skip to content

Commit

Permalink
fix: corrige versão do node no test.yml para evitar incompatibilidade…
Browse files Browse the repository at this point in the history
… com a nova versão do vitest
  • Loading branch information
“RafaelGondi” committed Jan 23, 2025
1 parent b47c19b commit c59e199
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- name: 📚 Checkout
uses: actions/checkout@v2
- name: 🟢 Node
uses: actions/[email protected]
with:
node-version: 16.10.0
node-version: ${{ matrix.node-version }}
- name: 🔧 Build
run:
npm i
run: npm i
- name: 🚀 Test
run: npm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.77.0",
"version": "3.77.1",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down

0 comments on commit c59e199

Please sign in to comment.