Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 7, 2023
1 parent a3c80af commit 8df4d91
Show file tree
Hide file tree
Showing 6 changed files with 690 additions and 873 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [ 16.x, 18.x ]
node-version: [ 18.x, 20.x ]

# The type of runner that the job will run on
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Node Modules
uses: actions/cache@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
name: Create Sentry Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Extract Version
id: pkg-version
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
needs: sentry-create-release

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Node Modules
uses: actions/cache@v3
Expand All @@ -85,9 +85,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x

- name: Write Version
uses: actions/github-script@v6
Expand Down
Loading

0 comments on commit 8df4d91

Please sign in to comment.