Skip to content

Commit

Permalink
ci: update node to v20 in test workflow (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan authored Mar 8, 2024
1 parent 6c45457 commit a51c392
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup node
uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: 20.x

- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -57,7 +56,6 @@ jobs:
- name: Build source w/ jsii
uses: udondan/[email protected]
with:
VERSION: ${{ steps.get_version.outputs.VERSION }}
BUILD_SOURCE: true

- name: Build packages w/ jsii
Expand Down

0 comments on commit a51c392

Please sign in to comment.