Skip to content

Commit 3c52f1c

Browse files
authored
[BUG-148] Update Node (#159)
1 parent a549423 commit 3c52f1c

10 files changed

Lines changed: 2062 additions & 720 deletions

File tree

.github/workflows/ci-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
os: [ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, windows-2022, windows-2019]
18+
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2022, windows-2019]
1919

2020
env:
2121
P4PORT: ${{ secrets.P4PORT }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-20.04, ubuntu-22.04, macos-10.15, macos-11, windows-2022, windows-2019]
23+
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2022, windows-2019]
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ node_modules/
2828
.envrc
2929
act.secrets
3030
coverage
31+
.idea/

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.9.0

LICENSE

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -411,25 +411,13 @@ uuid
411411
MIT
412412
The MIT License (MIT)
413413

414-
Copyright (c) 2010-2016 Robert Kieffer and other contributors
414+
Copyright (c) 2010-2020 Robert Kieffer and other contributors
415415

416-
Permission is hereby granted, free of charge, to any person obtaining a copy
417-
of this software and associated documentation files (the "Software"), to deal
418-
in the Software without restriction, including without limitation the rights
419-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
420-
copies of the Software, and to permit persons to whom the Software is
421-
furnished to do so, subject to the following conditions:
416+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
422417

423-
The above copyright notice and this permission notice shall be included in all
424-
copies or substantial portions of the Software.
418+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
425419

426-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
427-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
428-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
429-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
430-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
431-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
432-
SOFTWARE.
420+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
433421

434422

435423
wrappy

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ outputs:
3232
exit_code:
3333
description: Exit code from p4 command
3434
runs:
35-
using: node12
35+
using: node16
3636
main: dist/index.js
3737
branding:
3838
color: blue

0 commit comments

Comments
 (0)