pane-registry 2.4.24-c73d1d9f → 2.4.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,8 +20,8 @@ jobs:
20
20
  strategy:
21
21
  matrix:
22
22
  node-version:
23
+ - 14.x
23
24
  - 16.x
24
- - 18.x
25
25
 
26
26
  steps:
27
27
  - uses: actions/checkout@v2
@@ -9,9 +9,9 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v1
11
11
  with:
12
- node-version: '16.x'
12
+ node-version: '14.x'
13
13
  registry-url: 'https://registry.npmjs.org'
14
14
  - run: npm install
15
15
  - run: npm publish
16
16
  env:
17
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
17
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pane-registry",
3
- "version": "2.4.24-c73d1d9f",
3
+ "version": "2.4.24",
4
4
  "description": "Solid-compatible Panes: Pane Registry",
5
5
  "main": "./paneRegistry.js",
6
6
  "types": "./index.d.ts",