We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88af7c commit ae7cba0Copy full SHA for ae7cba0
.github/workflows/deployment.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: installing node@18
19
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
20
with:
21
- node-version: 18.16.1
+ node-version: 20.9.0
22
- name: installing dependencies
23
run: npm ci
24
# - name: test
.github/workflows/pr_check.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: linting
.nvmrc
@@ -1 +1 @@
1
-18.16.1
+20.9.0
0 commit comments