Skip to content

Commit

Permalink
Merge pull request #735 from thewtex/semantic-release-bumps
Browse files Browse the repository at this point in the history
build(semantic-release): Bump packages to latest versions
  • Loading branch information
thewtex authored Jan 26, 2023
2 parents 74b257b + 366378c commit d8c5005
Show file tree
Hide file tree
Showing 3 changed files with 999 additions and 220 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/javascript-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push,pull_request]

jobs:
build-test-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -27,9 +27,9 @@ jobs:
run: |
./src/docker/pull.sh
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Install packages
run: |
Expand Down
Loading

0 comments on commit d8c5005

Please sign in to comment.