mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
chore(deps): update actions/setup-node action to v4
This commit is contained in:
![29139614+renovate[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
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
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.5
|
||||
|
||||
|
2
.github/workflows/website.yaml
vendored
2
.github/workflows/website.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
check-latest: true
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.5
|
||||
|
||||
|
Reference in New Issue
Block a user