Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Mar 22, 2024
1 parent ac29d72 commit f13b48a
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 315 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.11
node-version: 20.11.1
- 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.11
node-version: 20.11.1
- 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.11
node-version: 20.11.1
- 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.11
node-version: 20.11.1
- run: npm ci
- name: Cypress install
uses: cypress-io/github-action@v6
Expand Down
Loading

0 comments on commit f13b48a

Please sign in to comment.