Skip to content

Commit

Permalink
change node version to 20
Browse files Browse the repository at this point in the history
the initial v16 was causing merge conflicts
  • Loading branch information
NancyAanchal authored Jul 5, 2024
1 parent 599b845 commit 4e67a43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- '*'

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Use Node.js 16.x
node-version: '20'

- name: Install pnpm
run: npm install -g pnpm
Expand All @@ -30,4 +31,4 @@ jobs:
run: pnpm run lint

- name: Test Build
run: pnpm run build
run: pnpm run build

0 comments on commit 4e67a43

Please sign in to comment.