Skip to content

Commit

Permalink
build: Drop node v16 and add node v21 to test matrix. Update nsqd ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
dudleycarr committed Mar 12, 2024
1 parent 1a99ee1 commit 9d41c91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
node: [16,18,20]
node: [18,20,21]
steps:
- uses: actions/checkout@v3

Expand All @@ -27,10 +27,10 @@ jobs:
sudo apt-get -y install libsnappy-dev python3 build-essential
- name: "Install nsq"
run: |
NSQ_DIST="nsq-1.2.1.linux-amd64.go1.16.6"
NSQ_DIST="nsq-1.3.0.linux-amd64.go1.21.5"
curl -sSL "https://bitly-downloads.s3.amazonaws.com/nsq/${NSQ_DIST}.tar.gz" \
| tar -xzv --strip-components=1
- run: npm install
- run: |
export PATH=bin:$PATH
npm test
npm test

0 comments on commit 9d41c91

Please sign in to comment.