Skip to content

Commit

Permalink
update node and os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Dec 29, 2022
1 parent 9e5bc42 commit c978288
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
node: [12, 14, 16, 17]
os: [macos-10.15, ubuntu-22.04, ubuntu-20.04, windows-2019]
node: [14, 16, 18, 19]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
image: node:${{ matrix.node }}-alpine
strategy:
matrix:
node: [12, 14, 16, 17]
node: [14, 16, 18, 19]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
node: [12, 14, 16, 17]
os: [ubuntu-22.04, ubuntu-20.04]
node: [14, 16, 18, 19]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 17]
node: [14, 16, 18, 19]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-20.04, ubuntu-18.04, windows-2019]
node: [12, 14, 16, 17]
os: [macos-10.15, ubuntu-22.04, ubuntu-20.04, windows-2019]
node: [14, 16, 18, 19]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 17]
node: [14, 16, 18, 19]
steps:
- name: Setup env with Node v${{ matrix.node }}
run: |
Expand Down

0 comments on commit c978288

Please sign in to comment.