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 ffe1246 commit a2a474fCopy full SHA for a2a474f
.github/workflows/deploy.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '16'
+ node-version: '18'
20
21
- name: Install dependencies
22
run: npm install
.gitignore
@@ -0,0 +1,4 @@
1
+SECURITY.md
2
+CONTRIBUTING.md
3
+/ISSUE_TEMPLATE/bug_report.md
4
+/ISSUE_TEMPLATE/feature_request.md
0 commit comments