Skip to content

Commit

Permalink
Update CI to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Nov 7, 2023
1 parent d76311a commit f3b7d91
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install npm
run: npm install -g npm@8
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Test
Expand Down

0 comments on commit f3b7d91

Please sign in to comment.