]> jfr.im git - irc/evilnet/node-irc-nefarious.git/commitdiff
try ubuntu-22.04
authorHalf-Shot <redacted>
Thu, 6 Oct 2022 13:32:42 +0000 (14:32 +0100)
committerHalf-Shot <redacted>
Thu, 6 Oct 2022 13:32:42 +0000 (14:32 +0100)
.github/workflows/tests.yml

index 66321540d8b21a37b21f238fada7f9f2cb72d49e..e3dbdb0a2ae1cfe61e4b863976ce7aa970980a8b 100644 (file)
@@ -31,16 +31,12 @@ jobs:
       - run: yarn
       - run: yarn test
   integration:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     strategy:
       matrix:
         node_version: [16, 18]
     steps:      
       - uses: actions/checkout@v2
-      - name: Use Node.js ${{ matrix.node_version }}
-        uses: actions/setup-node@v1
-        with:
-          node-version: ${{ matrix.node_version }}
       # Setup the IRCD
       - name: Setup inspircd
         run: |
@@ -48,5 +44,9 @@ jobs:
           sudo apt install inspircd
           sudo cp .github/support/inspircd.conf /etc/inspircd/inspircd.conf
           sudo service inspircd start
+      - name: Use Node.js ${{ matrix.node_version }}
+        uses: actions/setup-node@v1
+        with:
+          node-version: ${{ matrix.node_version }}
       - run: yarn
       - run: yarn test:integration