mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-11-02 01:52:36 +08:00
chore(deps): update actions/setup-node action to v4
This commit is contained in:
committed by
Steffen Vogel
parent
b799c9f22e
commit
c2e5c386b4
2
.github/workflows/test-website.yaml
vendored
2
.github/workflows/test-website.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
libpcap-dev
|
libpcap-dev
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.5
|
node-version: 20.5
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/website.yaml
vendored
2
.github/workflows/website.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20.5
|
node-version: 20.5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user