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 d47299d commit 7f57b33Copy full SHA for 7f57b33
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
16
with:
17
node-version-file: '.nvmrc'
18
- name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
.nvmrc
@@ -1 +1 @@
1
-v18.13.0
+18.13.0
0 commit comments