diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 696c6ca..6e128a1 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -11,9 +11,9 @@ jobs: - name: Using Node.js uses: actions/setup-node@v2 with: - node-version: 16. + node-version: 18. - name: run install, build and test run: | npm install - npm run build + npm run build npm run test \ No newline at end of file