From 0614e7c7b271e0334abc03f13928a0025990ad9e Mon Sep 17 00:00:00 2001 From: tkitsunai Date: Thu, 21 Mar 2024 18:46:00 +0900 Subject: [PATCH] update GHA for ci2 --- .github/workflows/nodejs.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 722beca..61e270f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 name: Install pnpm @@ -98,9 +98,4 @@ jobs: cd sample gauge init https://github.com/tkitsunai/gauge-template-typescript/archive/refs/tags/v0.1.1.zip npm install ../artifacts/gauge-typescript-*.tgz - shell: bash - - - name: Run sample project - run: | - cd sample - gauge run specs + shell: bash \ No newline at end of file