Skip to content

Commit

Permalink
Bump test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
131 committed Oct 23, 2023
1 parent 7346518 commit e5e9290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm install -g nw-gyp prebuildify node-gyp
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm install -g nw-gyp prebuildify node-gyp
- run: powershell Install-WindowsFeature Net-Framework-Core
- run: ./make --build --build-cs
env:
MSYS2_ARG_CONV_EXCL: "*"
- run: npm run test


Expand Down

0 comments on commit e5e9290

Please sign in to comment.