Skip to content

Commit a2a474f

Browse files
Update Node.js version in deployment workflow and add .gitignore file
1 parent ffe1246 commit a2a474f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16'
19+
node-version: '18'
2020

2121
- name: Install dependencies
2222
run: npm install

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)