Skip to content

Commit cfc2df7

Browse files
authored
Merge pull request #116 from splunk/fantavlik/update-node-electron
Update to node 18 and test-electron
2 parents 22c2961 + c948100 commit cfc2df7

File tree

4 files changed

+2726
-3108
lines changed

4 files changed

+2726
-3108
lines changed

.github/workflows/build-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 18
2626
- run: npm install
2727
- run: xvfb-run -a npm test
2828
if: runner.os == 'Linux'
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Node.js
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: 16
44+
node-version: 18
4545
- run: npm install
4646
- run: npm run compile-tests
4747
- run: echo "Run acceptance tests" && node ./out/test/runFunctionalTests.js

.github/workflows/package-acceptance-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
- run: npm --version
2222
- run: node --version
2323
- run: npm install
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Node.js
5555
uses: actions/setup-node@v3
5656
with:
57-
node-version: 16
57+
node-version: 18
5858
- run: npm --version
5959
- run: node --version
6060
- run: npm install

0 commit comments

Comments
 (0)