Skip to content

Commit

Permalink
Bump node version in ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Jul 5, 2024
1 parent 06e1810 commit 12bb20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.14
node-version: 20.15
- name: Install dependencies
run: npm ci
- run: npm run build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.14
node-version: 20.15
- run: npm ci
- run: npm run lint

Expand All @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.14
node-version: 20.15
- run: npm ci
- run: npm run test:unit

Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.14
node-version: 20.15
- run: npm ci
- name: Cypress install
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 12bb20c

Please sign in to comment.