Skip to content

Commit

Permalink
node 14 for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 30, 2023
1 parent 3745419 commit 715ded4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
build:
strategy:
matrix:
node-version: [ 10.x ]
node-version: [ 14.x ]
heta-version: [ "0.6.10" ]
platform: [ ubuntu-latest ]

runs-on: ${{ matrix.platform }}

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: |
Expand Down

0 comments on commit 715ded4

Please sign in to comment.