Skip to content

Commit

Permalink
chore(ci): bump up node version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlapse122 committed Jul 16, 2024
1 parent 6d1aaa5 commit 3f5a554
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [20.x, 22.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: yarn
- name: Run build
Expand All @@ -37,16 +35,14 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: yarn
- name: Build the sourcecode
Expand Down

0 comments on commit 3f5a554

Please sign in to comment.