Skip to content

Commit

Permalink
Update dependencies and Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Dec 13, 2024
1 parent 6f37775 commit e1d9cec
Show file tree
Hide file tree
Showing 5 changed files with 1,548 additions and 582 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.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.18
node-version: 22.12.0
- name: Install dependencies
run: npm ci
- name: Lint
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.18
node-version: 22.12.0
- name: Install dependencies
run: npm ci
- name: Run unit tests
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.18
node-version: 22.12.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.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.18
node-version: 22.12.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.18
node-version: 22.12.0
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
Loading

0 comments on commit e1d9cec

Please sign in to comment.