Skip to content

Commit

Permalink
ci: node 20 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Jan 23, 2024
1 parent 602003d commit 879ce17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
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@v2
Expand Down

0 comments on commit 879ce17

Please sign in to comment.