Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed May 3, 2024
1 parent 09e479e commit c086f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ on:
release:
types: [published]

permissions:
contents: read
packages: write

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix:
node-version: ['12.x', '16.x', '22.x']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@olivierzal/melcloud-api",
"version": "1.0.0-test2",
"version": "1.0.0-test3",
"description": "MELCloud API for NodeJS",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c086f41

Please sign in to comment.