Skip to content

Commit

Permalink
Update node version in workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappybug committed Sep 28, 2023
1 parent cbdf280 commit 1cb074f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '13', '14' ]
node: [ '14', '18' ]
name: Node ${{ matrix.node }} sample
steps:
- name: checkout cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '13', '14' ]
node: [ '18' ]
name: Release with Node version ${{ matrix.node }}
steps:
- name: Checkout CLI
Expand Down

0 comments on commit 1cb074f

Please sign in to comment.