update action
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ${{ GITHUB_WORKSPACE }}
|
working-directory: {{ $GITHUB_WORKSPACE }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -25,6 +25,9 @@ jobs:
|
|||||||
- name: Install Fetch
|
- name: Install Fetch
|
||||||
run: |
|
run: |
|
||||||
echo "Installing fetch"
|
echo "Installing fetch"
|
||||||
|
sudo apt-get install -y curl
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_24.x | sudo -E bash -
|
||||||
|
sudo apt-get install -y nodejs
|
||||||
npm install -g npm
|
npm install -g npm
|
||||||
npm install node-fetch
|
npm install node-fetch
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
|||||||
Reference in New Issue
Block a user