Skip to content

Commit dd40483

Browse files
committed
ci: update packages
1 parent ac4847a commit dd40483

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Check out code
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010
- name: Setup environment
1111
uses: actions/setup-node@v4
12+
with:
13+
node-version-file: .node-version
1214
- name: Install dependencies
1315
run: yarn
1416
- name: Check types

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.2
1+
22

0 commit comments

Comments
 (0)