We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f84d78 commit 05d7a6fCopy full SHA for 05d7a6f
.github/workflows/push.yml
@@ -53,22 +53,3 @@ jobs:
53
npm run test:s3
54
if: ${{ env.S3_BUCKET != '' }}
55
56
- test-nw:
57
- runs-on: ubuntu-18.04 # at current config the nw test requires python 2 as default. hence use older linux version
58
- strategy:
59
- matrix:
60
- node: [18, 20, 22]
61
- nw: [0.64.0, 0.50.2] # current version as of may 2022 and the one tested before introduction of this action.
62
- name: NW.js ${{ matrix.nw }} on Node ${{ matrix.node }}
63
-
64
- steps:
65
- - name: Checkout ${{ github.ref }}
66
- uses: actions/checkout@v2
67
68
- - name: Setup node ${{ matrix.node }}
69
- uses: actions/setup-node@v2
70
- with:
71
- node-version: ${{ matrix.node }}
72
73
- - name: Run Script
74
- run: ./scripts/test-node-webkit.sh ${{ matrix.nw }}
0 commit comments