Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
name: CI

on:
- push
- workflow_dispatch
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
node-ci:
name: Node CI
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actalog/node-ci@v3
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "chore: build"
tests:
name: Tests
needs: node-ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
default: 'World'

runs:
using: 'node20'
main: 'dist/index.js'
using: 'node24'
main: 'dist/index.cjs'
Loading
Loading