diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 08f52bb..59e7658 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -5,7 +5,7 @@ jobs: init: strategy: matrix: - node-version: [ 17.x ] + node-version: [ 18.x ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3