Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Dec 9, 2024
1 parent ab82e38 commit 47d5317
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
name: Unit

on:
pull_request:
branches:
- next
- main

on: push
jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]
test:
runs-on: ubuntu-24.04

# strategy:
# matrix:
# node-version: [20.x]
steps:
- name: Checkout 🛎
uses: actions/checkout@v4

Expand Down

0 comments on commit 47d5317

Please sign in to comment.