diff options
author | Matthew Miller <matthew@millerti.me> | 2022-05-18 16:45:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 16:45:49 -0700 |
commit | 34b20dc6d725a77d665a8857d03782b1a8b0d0f9 (patch) | |
tree | a52de1503d0771338ed9f8e92b52ee5874e0694f | |
parent | ad04abbc9c7edb3650a98ceca5580dbaf408dc61 (diff) |
Actually use the latest setup-node 🤦♂️
-rw-r--r-- | .github/workflows/node.js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f1a3c6f..c71c4d8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.2.0 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm i |