Skip to content

Commit

Permalink
chore: remove versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 7, 2024
1 parent 8b646d9 commit 47c2ed2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lactame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
NODE_VERSION: 16.x
NODE_VERSION: 20.x

jobs:
deploy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nodejs-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ jobs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version-matrix: '[14, 16, 18]'
lint-check-types: true
2 changes: 1 addition & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [published]

env:
NODE_VERSION: 16.x
NODE_VERSION: 20.x
ENTRY_FILE: 'src/index.ts'

jobs:
Expand Down

0 comments on commit 47c2ed2

Please sign in to comment.