Skip to content

Commit

Permalink
Tests are now run using node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am committed May 2, 2024
1 parent 1de0bae commit f39824c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/files/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
lts/*
9 changes: 5 additions & 4 deletions .github/workflows/test_ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
EVENTSTORE_VERSION: "24.2.0-jammy"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Connect to tailscale
if: ${{ matrix.group.tailscale && env.SECRETS_AVAILABLE == 'true' }}
run: |
Expand All @@ -33,10 +33,11 @@ jobs:
sudo apt-get update
sudo apt-get install tailscale
sudo tailscale up --authkey ${{ secrets.TAILSCALE_AUTH }} --hostname "node-client-ci-${{ env.EVENTSTORE_VERSION }}-$(date +'%Y-%m-%d-%H-%M-%S')" --advertise-tags=tag:ci --accept-routes
- name: Setup Node
uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "14.x"
node-version-file: .github/files/.nvmrc
- name: NodeJS version
run: node -v
- name: Login to Cloudsmith
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit f39824c

Please sign in to comment.