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:
Samraaj Bath
2026-06-30 11:03:03 -07:00
committed by GitHub
+1 -1
View File
@@ -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