diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c242c26..e57fbe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,9 @@ jobs: virtual-environment: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" cache: "npm" @@ -45,12 +45,12 @@ jobs: # See supported GitHub-hosted runners https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners virtual-environment: [macos-latest, ubuntu-latest, windows-latest] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16, 18, 20, 22] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/README.md b/README.md index 194ef5f..36116cf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _Inspired by [bitandbang](https://github.com/bnb/bitandbang)'s card._ ### Prerequisites -- Requires [Node.js](https://nodejs.org/) (v14 or newer) +- Requires [Node.js](https://nodejs.org/) (v16 or newer) ### npm