Skip to content

Commit

Permalink
Fix minimum node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 26, 2023
1 parent c15b29b commit ff96dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

env:
node_version: 'lts/*'
node_version: '21'
FORCE_COLOR: 1

concurrency: # prevent concurrent releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: ['lts/*']
node: ['21']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ff96dd5

Please sign in to comment.