Skip to content

Commit

Permalink
Stable CI check name (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog authored Jan 22, 2024
1 parent bcbedb1 commit 48be577
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ jobs:
build-and-test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
- name: Build Code
run: npm ci && npm run compile
- name: Lint Construct
Expand Down

0 comments on commit 48be577

Please sign in to comment.