Skip to content

Commit

Permalink
🔄️ use node 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Aug 1, 2023
1 parent 5bbb93d commit 5a768ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3.5.3
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/docker-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ jobs:
strategy:
matrix:
node:
- 16.15.0-alpine
- 16.15.0-buster
- 16.15.0-buster-slim
- 16.15.0-stretch
- 16.15.0-stretch-slim
- 18.17.0-alpine
- 18.17.0-buster
- 18.17.0-buster-slim

name: Tag Commit (node:${{ matrix.node }})

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/docker-latest-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
strategy:
matrix:
node:
- 16.15.0-alpine
- 16.15.0-buster
- 16.15.0-buster-slim
- 16.15.0-stretch
- 16.15.0-stretch-slim
- 18.17.0-alpine
- 18.17.0-buster
- 18.17.0-buster-slim

name: Tag Latest (node:${{ matrix.node }})

Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/docker-release.tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
strategy:
matrix:
node:
- 16.15.0-alpine
- 16.15.0-buster
- 16.15.0-buster-slim
- 16.15.0-stretch
- 16.15.0-stretch-slim
- 18.17.0-alpine
- 18.17.0-buster
- 18.17.0-buster-slim

name: Tag Release (node:${{ matrix.node }})

Expand Down

0 comments on commit 5a768ab

Please sign in to comment.