Skip to content

Commit

Permalink
ci: bump nodejs version in actions (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefhruska authored Jul 30, 2022
1 parent 676b5e6 commit d8ab5f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ name: Node.js CI

on:
push:
branches: [master, next]
branches: [master]
pull_request:
branches: [master, next]
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d8ab5f2

Please sign in to comment.