Skip to content

Commit

Permalink
Workflow update + package updates (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
NuwanJ authored Dec 30, 2024
1 parent 67e9b6c commit afd6eaa
Show file tree
Hide file tree
Showing 5 changed files with 2,929 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@ nodemon.json
.vscode
dist
.DS_Store
package-lock.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please install node dependencies as follows:
npm install
```

(The recommended node version is Node 16)
| It is recommended to use Node 16 or newer version

### Environment Variables

Expand Down
Loading

0 comments on commit afd6eaa

Please sign in to comment.