Skip to content

Commit

Permalink
Updated Node Version to 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Feb 10, 2024
1 parent f23bf62 commit 6db5351
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16, 18]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.x
- name: Installing Packages
run: yarn install --frozen-lockfile
- name: Checking Formatting
Expand All @@ -30,6 +25,6 @@ jobs:
- name: Code Coverage
run: yarn coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6db5351

Please sign in to comment.