mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-14 11:35:05 +08:00
chore(deps): update actions/setup-node action to v4
This commit is contained in:
parent
c88d3abf6d
commit
f53197e608
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
node-version: "16.x"
|
||||
@ -38,7 +38,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
node-version: "16.x"
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
node-version: "16.x"
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
node-version: "16.x"
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
cache: ${{ !env.ACT && 'npm' || '' }}
|
||||
node-version: "16.x"
|
||||
|
Loading…
x
Reference in New Issue
Block a user