Skip to content

Commit

Permalink
Merge pull request #43 from uqbar-project/definition
Browse files Browse the repository at this point in the history
Definitions
  • Loading branch information
ivojawer authored Nov 21, 2022
2 parents 7441eb6 + b08d303 commit 859aceb
Show file tree
Hide file tree
Showing 10 changed files with 487 additions and 1,028 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@

name: Node.js CI

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



jobs:
test:
Expand All @@ -12,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [15.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v15.4.0
v18.9.1
Loading

0 comments on commit 859aceb

Please sign in to comment.