Skip to content

Commit

Permalink
chore: update node refs to exclude the x
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenner committed Dec 26, 2024
1 parent 7954398 commit 2578bc9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Test and publish

# Controls when the action will run. Triggers the workflow on push or pull request

name: Test and publish

# Controls when the action will run. Triggers the workflow on push or pull request

# events but only for the main branch
on:
push:
branches: [ main, beta ]
pull_request:
branches: [ main, beta ]

branches: [ main, beta ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [20, 22]

steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 22
- run: npm ci
- run: npm run build:release
- uses: cycjimmy/semantic-release-action@v4
Expand Down

0 comments on commit 2578bc9

Please sign in to comment.