Merge pull request #2 from ion-design/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/ditto_site
|
TEST_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/ditto_site
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|||||||
Reference in New Issue
Block a user