Skip to content

Commit

Permalink
chore(deployment): check node compatibility with scalingo
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car committed Apr 9, 2024
1 parent 8880759 commit 0f0a991
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-node-version-availability-on-scalingo.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 0f0a991

Please sign in to comment.