Skip to content

Commit

Permalink
fix: usage of deprecated version of node (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed May 3, 2024
1 parent f7a52f6 commit 9bdad04
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/check-dist.yml
@@ -1,15 +1,15 @@
name: check dist/

on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:

jobs:
check-dist:
Expand All @@ -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
Expand Down

0 comments on commit 9bdad04

Please sign in to comment.