Compare commits
2 commits
f49cdff19b
...
58241ff1ad
Author | SHA1 | Date | |
---|---|---|---|
58241ff1ad | |||
7f470c84c6 |
1 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: docker
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue