Skip to content

Commit fba6c41

Browse files
committed
0.9.1
1 parent 890b044 commit fba6c41

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: '19.x'
12+
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
14-
- run: npm install
14+
- run: npm ci
1515
- run: npm publish
1616
env:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "directus-extension-schema-merge",
33
"description": "The directus schema command but it avoids git conflicts",
44
"icon": "extension",
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"keywords": [
77
"directus",
88
"directus-extension",

0 commit comments

Comments
 (0)