Skip to content

Commit

Permalink
Updated Github actions
Browse files Browse the repository at this point in the history
andersevenrud committed Nov 26, 2020
1 parent c29bb36 commit 62c270f
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeclimate.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '13'
node-version: '14'
- run: npm install -g jest
- run: npm install
- uses: paambaati/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'
- run: npm install
- run: npm run eslint
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jobs:
name: Unit tests (node ${{ matrix.node }})
strategy:
matrix:
node: [ '13', '10' ]
node: [ '14', '10' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1

0 comments on commit 62c270f

Please sign in to comment.