mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
update Node.js setup action to version 6 in GitHub Pages workflow
This commit is contained in:
2
.github/workflows/frontend_deploy.yml
vendored
2
.github/workflows/frontend_deploy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
# update the Node version to meet your needs
|
# update the Node version to meet your needs
|
||||||
node-version: 24
|
node-version: 24
|
||||||
|
|||||||
Reference in New Issue
Block a user