Skip to content

Commit 47c2ed2

Browse files
committed
chore: remove versions in CI
1 parent 8b646d9 commit 47c2ed2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/lactame.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
8-
NODE_VERSION: 16.x
8+
NODE_VERSION: 20.x
99

1010
jobs:
1111
deploy:

.github/workflows/nodejs-ts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ jobs:
1111
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
1313
with:
14-
node-version-matrix: '[14, 16, 18]'
1514
lint-check-types: true

.github/workflows/typedoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [published]
77

88
env:
9-
NODE_VERSION: 16.x
9+
NODE_VERSION: 20.x
1010
ENTRY_FILE: 'src/index.ts'
1111

1212
jobs:

0 commit comments

Comments
 (0)