Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Apr 24, 2024
1 parent d4797b8 commit 3bbdeab
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: 🚀 Update
on:
push:
branches:
- development
pull_request: {}

jobs:
update:
runs-on: ubuntu-latest
steps:
- name: 🛠 Setup node
uses: actions/setup-node@v4
with:
node-version: 20

- name: 📦 Install dependencies
run: npm install

- name: 🚀 Update
run: npm run tst





0 comments on commit 3bbdeab

Please sign in to comment.