Skip to content

Commit e8b15f8

Browse files
committed
chore(ci): update GitHub Actions and Node.js versions in workflows
1 parent ac7dda3 commit e8b15f8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v5
1010
- name: Setup Node.js environment
11-
uses: actions/setup-node@v3.2.0
11+
uses: actions/setup-node@v6
1212
with:
1313
# Set always-auth in npmrc.
1414
# always-auth: # optional, default is false
1515
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
16-
node-version: 19.x
16+
node-version: 22.x
1717
# File containing the version Spec of the version to use. Examples: .nvmrc, .node-version.
1818
# node-version-file: # optional
1919
# Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.

0 commit comments

Comments
 (0)