ci: 🔧 update to new action version
Some checks failed
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Has been cancelled
This commit is contained in:
parent
c9da2c569c
commit
7f470c84c6
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue