Skip to content

Commit

Permalink
chore: check node compatibility with scalingo
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Aug 5, 2024
1 parent 11a33f2 commit a4eba75
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-node-version-availability.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check node version availability on Scalingo

on: [push]

jobs:
check-node-compatibility:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: 1024pix/pix-actions/check-node-version-availability-on-scalingo@v0

0 comments on commit a4eba75

Please sign in to comment.