Skip to content

Commit

Permalink
ci: use Node.js 18
Browse files Browse the repository at this point in the history
see: #27
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Aug 22, 2023
1 parent bed73d7 commit c9532a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16 # LTS
node-version: 18 # LTS
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Check Code Lint
run: npm run-script lint

0 comments on commit c9532a3

Please sign in to comment.