aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-09-08 21:45:09 +0200
committerGitHub <noreply@github.com>2025-09-08 21:45:09 +0200
commit7a2666ded1d85288786330c629e1f8a447b25954 (patch)
treeb885049ec35c8c4b2564ab02de5bf7af03d750f3 /.github/workflows
parent0d2a3994e203755702ebe4afbd0f3c721ee8ce38 (diff)
parent6c895f615e7c38f34c5584c7342eb4db9ffd259e (diff)
Merge pull request #271 from AttorneyOnline/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 72b1f70..b3d178b 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
node-version: 20
cache: 'npm'
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9d2220e..dbb910c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
with:
node-version: 20
- name: Install Dependencies