Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelMenet committed Mar 25, 2024
1 parent b4d1f11 commit 70cc46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-sonorV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
- name: Use Node.js 14C
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: yarn --frozen-lockfile
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- run: yarn
- run: yarn build
- name: Upload build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonor",
"private": true,
"version": "2.0.25",
"version": "2.0.26",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 70cc46c

Please sign in to comment.