We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6479 commit 6ab4010Copy full SHA for 6ab4010
2 files changed
.github/workflows/lint-test-deploy.yml
@@ -11,10 +11,10 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
14
- - name: Use Node.js 16
+ - name: Use Node.js 18
15
uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: 18
18
19
- name: Install dependencies
20
run: |
@@ -41,10 +41,10 @@ jobs:
41
42
43
44
45
46
47
48
49
50
.nvmrc
@@ -1 +1 @@
1
-16
+18
0 commit comments