@natlibfi/oracledb-mock 1.0.2 → 1.0.3-alpha.1

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.
@@ -16,9 +16,9 @@ jobs:
16
16
 
17
17
  steps:
18
18
  - name: Checkout the code
19
- uses: actions/checkout@v3
19
+ uses: actions/checkout@v4
20
20
  - name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v3
21
+ uses: actions/setup-node@v4
22
22
  with:
23
23
  node-version: ${{ matrix.node-version }}
24
24
  cache: 'npm'
@@ -35,7 +35,7 @@ jobs:
35
35
 
36
36
  steps:
37
37
  - name: Checkout the code
38
- uses: actions/checkout@v3
38
+ uses: actions/checkout@v4
39
39
  - name: nodejsscan scan
40
40
  id: njsscan
41
41
  uses: ajinabraham/njsscan-action@master
@@ -47,7 +47,7 @@ jobs:
47
47
  runs-on: ubuntu-latest
48
48
 
49
49
  steps:
50
- - uses: actions/checkout@v3
50
+ - uses: actions/checkout@v4
51
51
  - uses: mikaelvesavuori/license-compliance-action@v1.0.2
52
52
  with:
53
53
  exclude_pattern: /^@natlibfi/
@@ -58,9 +58,9 @@ jobs:
58
58
  if: contains(github.ref, 'refs/tags/')
59
59
 
60
60
  steps:
61
- - uses: actions/checkout@v3
61
+ - uses: actions/checkout@v4
62
62
  # Setup .npmrc file to publish to npm
63
- - uses: actions/setup-node@v3
63
+ - uses: actions/setup-node@v4
64
64
  with:
65
65
  node-version: '18.x'
66
66
  registry-url: 'https://registry.npmjs.org'
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "url": "git@github.com:natlibfi/oracledb-mock-js.git"
15
15
  },
16
16
  "license": "LGPL-3.0+",
17
- "version": "1.0.2",
17
+ "version": "1.0.3-alpha.1",
18
18
  "main": "./dist/index.js",
19
19
  "engines": {
20
20
  "node": ">=12"