Skip to content

Commit dbc6a36

Browse files
committed
chore: update workflow actions
1 parent 59dc96e commit dbc6a36

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ updates:
88
- package-ecosystem: "npm" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14.0
24+
node-version: 18.18.2
2525

2626
- name: Install dependencies
2727
run: npm install

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 16.14.0
24+
node-version: 18.18.2
2525

2626
- name: Install dependencies
2727
run: npm install
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: 16.14.0
42+
node-version: 18.18.2
4343
registry-url: https://registry.npmjs.org/
4444

4545
- name: Install dependencies

0 commit comments

Comments
 (0)