fix: usage of `deprecated` version of `node` (#197)

This commit is contained in:
Hamir Mahal 2024-05-03 07:02:43 -07:00 committed by GitHub
parent f7a52f6914
commit 9bdad043e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -5,10 +5,10 @@ on:
branches:
- master
paths-ignore:
- '**.md'
- "**.md"
pull_request:
paths-ignore:
- '**.md'
- "**.md"
workflow_dispatch:
jobs:
@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm