We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4847a commit dd40483Copy full SHA for dd40483
.github/dependabot.yml
.github/workflows/main.yml
@@ -6,9 +6,11 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Check out code
9
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
10
- name: Setup environment
11
uses: actions/setup-node@v4
12
+ with:
13
+ node-version-file: .node-version
14
- name: Install dependencies
15
run: yarn
16
- name: Check types
.node-version
@@ -1 +1 @@
1
-18.18.2
+22
0 commit comments