Skip to content

Commit

Permalink
Merge pull request #73 from StefanLobbenmeier/upgrade-dependencies-2
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
StefanLobbenmeier authored Sep 24, 2023
2 parents 7644b3a + 6cce1e6 commit fbdddc0
Show file tree
Hide file tree
Showing 5 changed files with 2,638 additions and 2,896 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '20'
- name: Install npm modules
run: npm ci
- name: Build and publish artifact
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '20'
- name: Install npm modules
run: npm ci
- name: Build and publish artifact
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '20'
- name: Install npm modules
run: npm ci
- name: Build and publish artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '20'
- name: Install npm modules
run: npm install
- name: Run ESLint
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '20'
- name: Install npm modules
run: npm install
- name: Run Jest
Expand Down
Loading

0 comments on commit fbdddc0

Please sign in to comment.