fix: node current

This commit is contained in:
Tom Hu 2024-05-21 00:00:47 +07:00
parent 2736c81424
commit 28c0413bb5
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -53,7 +53,7 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs-current npm git curl
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies
@ -114,7 +114,7 @@ jobs:
steps:
- name: Install deps for alpine
run: |
apk add --update nodejs npm git curl
apk add --update nodejs-current npm git curl
- name: Checkout
uses: actions/checkout@v4.1.6
- name: Install dependencies