@nsshunt/stsappframework 3.1.78 → 3.1.80

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.
@@ -13,8 +13,8 @@ jobs:
13
13
  build:
14
14
  runs-on: ubuntu-latest
15
15
  steps:
16
- - uses: actions/checkout@v3
17
- - uses: actions/setup-node@v3
16
+ - uses: actions/checkout@v4
17
+ - uses: actions/setup-node@v4
18
18
  with:
19
19
  node-version: 20
20
20
  - run: npm ci
@@ -26,8 +26,8 @@ jobs:
26
26
  needs: build
27
27
  runs-on: ubuntu-latest
28
28
  steps:
29
- - uses: actions/checkout@v3
30
- - uses: actions/setup-node@v3
29
+ - uses: actions/checkout@v4
30
+ - uses: actions/setup-node@v4
31
31
  with:
32
32
  node-version: 20
33
33
  registry-url: https://registry.npmjs.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsappframework",
3
- "version": "3.1.78",
3
+ "version": "3.1.80",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "./types/index.d.ts",