Skip to content

Commit

Permalink
chore(workflow): update Node CI workflow
Browse files Browse the repository at this point in the history
use node 18
use v3 of checkout and setup-node actions
  • Loading branch information
hamed-musallam committed Sep 2, 2023
1 parent 113566a commit c8252b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
nodejs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Run ESLint
Expand Down

0 comments on commit c8252b3

Please sign in to comment.