Skip to content

Commit

Permalink
remove setup node action and use version specific container
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed May 13, 2024
1 parent 7226a48 commit 7e3cbd7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/autobahn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
autobahn:
name: Autobahn Test Suite
runs-on: ubuntu-latest
container: node:22
container: node:22.1.0
services:
fuzzingserver:
image: crossbario/autobahn-testsuite:latest
Expand All @@ -38,11 +38,6 @@ jobs:
uses: docker://docker
with:
args: docker restart --time 0 --signal=SIGKILL fuzzingserver

- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: lts/*

- name: Run Autobahn Test Suite
run: npm run test:websocket:autobahn
Expand Down

0 comments on commit 7e3cbd7

Please sign in to comment.