Skip to content

Commit

Permalink
Update node versions in GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fendt <Florian.Fendt@bosch.io>
  • Loading branch information
ffendt committed Apr 15, 2021
1 parent 3733a95 commit 1de905e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: ['12', '14']

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down

0 comments on commit 1de905e

Please sign in to comment.