Skip to content

Commit

Permalink
Update node.js.yml (#476)
Browse files Browse the repository at this point in the history
* Update node.js.yml

* Update node.js.yml
  • Loading branch information
redonkulus authored Jan 23, 2024
1 parent 7b2c1ec commit 938db9f
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 @@ -2,17 +2,17 @@ name: Node.js CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

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

0 comments on commit 938db9f

Please sign in to comment.