Skip to content

Commit

Permalink
refactor: bump nodejs version used in github actions (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnkiP authored Jan 24, 2024
1 parent dac00e9 commit 5aaa5f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
node-version: 18.14.0
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
node-version: 18.14.0
- name: Start docker containers
if: ${{ matrix.package == 'datasource-mongoose' || matrix.package == 'datasource-sql' }}
run: docker-compose -f ./packages/${{ matrix.package }}/docker-compose.yml up -d; sleep 5
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
node-version: 18.14.0
- name: Restore dependencies from cache
uses: actions/cache/restore@v3
with:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
persist-credentials: false # GITHUB_TOKEN must not be set for the semantic release
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
node-version: 18.14.0
- name: Restore dependencies from cache
uses: actions/cache/restore@v3
with:
Expand Down

0 comments on commit 5aaa5f7

Please sign in to comment.