Skip to content

Commit

Permalink
release workflow -> node v20 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvilimek authored Jan 21, 2024
1 parent 32cc2fb commit f1e470d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Create Changeset PR
strategy:
matrix:
node-version: [16]
node-version: [20.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
description: 'Create release'
required: true
type: boolean
default: 'true'
default: true
publish_packages:
description: 'Publish npm packages'
required: true
type: boolean
default: 'true'
default: true
push:
branches: [main]

Expand All @@ -25,7 +25,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

env:
CI: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

env:
CI: 'true'
Expand Down

0 comments on commit f1e470d

Please sign in to comment.